This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.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
: 醫療影像及報告 Organization example - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TWCoreOrganization"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCoreOrganization"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCoreOrganization> ] )
] ; #
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: Organization TWCoreOrganization</b></p><a name=\"TWCoreOrganization\"> </a><a name=\"hcTWCoreOrganization\"> </a><a name=\"TWCoreOrganization-en-US\"> </a><p><b>identifier</b>: <code>https://www.nhi.gov.tw</code>/0601160016</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: 台北榮民總醫院</p><p><b>telecom</b>: ph: 02-28712121</p><p><b>address</b>: 石牌路二段201號 台北市 11219 台灣 </p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.nhi.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0601160016" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ] ] )
] ) ; #
fhir:name [ fhir:v "台北榮民總醫院"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-28712121" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "石牌路二段201號" ] ) ;
fhir:city [ fhir:v "台北市" ] ;
fhir:district [ fhir:v "北投區" ] ;
fhir:postalCode [ fhir:v "11219" ] ;
fhir:country [ fhir:v "台灣" ]
] ) . #