This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: Releases) based on FHIR 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
: 機構基本資料 - 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 "org-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>機構基本資料</b></h3><p><b>機構名稱</b>:Downunder Hospital</p><p><b>機構識別碼</b>:8003621566684455 (http://ns.electronichealth.net.au/id/hi/hpio/1.0)</p><p><b>識別碼種類</b>:Healthcare Organization Identifier<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-v2-0203.html\">臺灣識別碼類型值集</a>#HOI)</span></p><p><b>機構的紀錄(active)</b>:使用中</p><p><b>聯絡方式</b>:Email<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#email)</span><br/><b>聯絡信箱(work)</b>:helen.mayo@downunderhospital.example.com</p><p><b>機構地址(work)</b>:<br/><b> 路/街(line)</b>:3 McGregor Street<br/><b> 鄉/鎮/市/區(city)</b>:Blacktown<br/><b> 洲(state)</b>:NSW<br/><b> 國家(country)</b>:AU<br/><b> 郵遞區號(postalCode)</b>:2148</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOI" ] ] ) ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003621566684455" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Downunder Hospital"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "helen.mayo@downunderhospital.example.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "3 McGregor Street" ] ) ;
fhir:city [ fhir:v "Blacktown" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2148" ] ;
fhir:country [ fhir:v "AU" ]
] ) . #