This page is part of the 臺灣癌症用藥事前審查實作指引(TWPAS IG) (v0.2.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: HL7-非DICOM影像MimeType值集 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "media-mimetypes"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet media-mimetypes</b></p><a name=\"media-mimetypes\"> </a><a name=\"hcmedia-mimetypes\"> </a><a name=\"media-mimetypes-en-US\"> </a><ul><li>Include these codes as defined in <code>urn:ietf:bcp:13</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>image/jpeg</td><td style=\"color: #cccccc\">image/jpeg</td></tr><tr><td>image/jpg</td><td style=\"color: #cccccc\">image/jpg</td></tr><tr><td>image/bmp</td><td style=\"color: #cccccc\">image/bmp</td></tr><tr><td>video/mpeg</td><td style=\"color: #cccccc\">video/mpeg</td></tr><tr><td>video/mpg</td><td style=\"color: #cccccc\">video/mpg</td></tr><tr><td>video/mp4</td><td style=\"color: #cccccc\">video/mp4</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/ValueSet/media-mimetypes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "MediaMimeTypes"] ; #
fhir:title [ fhir:v "HL7-非DICOM影像MimeType值集"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-07-31"^^xsd:date] ; #
fhir:publisher [ fhir:v "衛生福利部中央健康保險署"] ; #
fhir:contact ( [
fhir:name [ fhir:v "衛生福利部中央健康保險署" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nhi.gov.tw" ] ] )
] ) ; #
fhir:description [ fhir:v "HL7-非DICOM影像MimeType值集"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "image/jpeg" ] ] [
fhir:code [ fhir:v "image/jpg" ] ] [
fhir:code [ fhir:v "image/bmp" ] ] [
fhir:code [ fhir:v "video/mpeg" ] ] [
fhir:code [ fhir:v "video/mpg" ] ] [
fhir:code [ fhir:v "video/mp4" ] ] ) ] )
] . #