病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "0622020017-6026-8862168-20220801-20220801"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCase"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCase> ] )
] ; #
fhir:identifier [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:6ae26364-6745-45e3-ac31-be5e1a60985f" ]
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2023-04-15T00:00:00+08:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/MessageHeader/bedCase-example"^^xsd:anyURI ] ;
( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/MessageHeader/bedCase-example> )
] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example"^^xsd:anyURI ] ;
( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example> )
] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example"^^xsd:anyURI ] ;
( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example> )
] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example"^^xsd:anyURI ] ;
( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example> )
] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example"^^xsd:anyURI ] ;
( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example> )
] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example"^^xsd:anyURI ] ;
( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example> )
] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example"^^xsd:anyURI ] ;
( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example> )
] ) . #
<https://fhirisolationroom.azurehealthcareapis.com/MessageHeader/bedCase-example> a fhir:MessageHeader ;
fhir:id [ fhir:v "Inline-MessageHeader-bedCase-example"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"Inline-MessageHeader-bedCase-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader "Inline-MessageHeader-bedCase-example" </p></div><p><b>event</b>: Situational report (Details: LOINC code 92842-4 = 'Situational report', stated as 'Situational report')</p><p><b>sender</b>: <a href=\"#Organization_Inline-Organization-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example)</a></p><p><b>author</b>: <a href=\"#Practitioner_Inline-Practitioner-bedCase-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example)</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><a href=\"https://www.cdc.gov.tw/\">https://www.cdc.gov.tw/</a></td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"#Patient_Inline-Patient-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example)</a></li><li><a href=\"#Location_Inline-Location-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example)</a></li><li><a href=\"#Condition_Inline-Condition-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example)</a></li><li><a href=\"#Encounter_Inline-Encounter-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example)</a></li></ul></div>"
] ; #
fhir:event [
a fhir:Coding, loinc:92842-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "92842-4" ] ;
fhir:display [ fhir:v "Situational report" ]
] ; #
fhir:sender [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example" ]
] ; #
fhir:author [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example" ]
] ; #
fhir:source [
fhir:endpoint [ fhir:v "https://www.cdc.gov.tw/"^^xsd:anyURI ]
] ; #
fhir:focus ( [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example" ]
] [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example" ]
] [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example" ]
] [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example" ]
] ) . #
<https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example> a fhir:Patient ;
fhir:id [ fhir:v "Inline-Patient-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Patient-bedCase"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Patient-bedCase> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病人基本資料</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNTWN)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.gov.tw/)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:8862168 (https://www.tph.mohw.gov.tw/)</p></blockquote><p><b>性別</b>:女性</p><p><b>出生日期</b>:1990-01-01</p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NNTWN" ] ] ) ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456789" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ] ) ] ;
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8862168" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] . #
<https://fhirisolationroom.azurehealthcareapis.com/Location/loc-example> a fhir:Location ;
fhir:id [ fhir:v "Inline-Location-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病床資訊</b></h3><p><b>病床識別碼</b>:6026(https://www.tph.mohw.gov.tw/)</p><p><b>病床類型</b>:負壓病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-bed-type.html\">床位類別</a>#NP)</span>、專責病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-bed-type.html\">床位類別</a>#Spec)</span>、雙人房 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-ward-capacity.html\">病房容量</a>#twin)</span></p><p><b>病床樓層</b>[extension: <a href=\"https://twcore.mohw.gov.tw/ig/StructureDefinition-tw-floor.html\">tw-floor</a>]:6樓</p><p><b>physicalType</b>: Bed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-location-physical-type.html\">Location type</a>#bd)</span></p><p><b>管理單位</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6026" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NP" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Spec" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity"^^xsd:anyURI ] ;
fhir:code [ fhir:v "twin" ] ] )
] ) ; #
fhir:address [
( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/tw-floor"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6" ] ] )
] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bd" ] ] )
] ; #
fhir:managingOrganization [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example" ]
] . #
<https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example> a fhir:Organization ;
fhir:id [ fhir:v "Inline-Organization-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-hosp-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-hosp-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>:衛生福利部臺北醫院</p><p><b>識別碼型別</b>:Healthcare Organization Identifier<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/CodeSystem-v2-0203.html\">臺灣識別碼類型值集</a>#HOI)</span><br/><b>機構代碼(official)</b>:0622020017 (https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw)</p><p><b>機構種類</b>:Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-organization-type.html\">OrganizationType</a>#prov)</span></p><p><b>聯絡方式</b>:Phone<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:0222765566</p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOI" ] ] ) ] ;
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0131060029" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ] )
] ) ; #
fhir:name [ fhir:v "衛生福利部臺北醫院"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0222765566" ]
] ) . #
<https://fhirisolationroom.azurehealthcareapis.com/Condition/con-example> a fhir:Condition ;
fhir:id [ fhir:v "Inline-Condition-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Condition-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/StructureDefinition/Condition-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>:Remission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-condition-clinical.html\">ConditionClinicalStatusCodes</a>#remission)</span></p><p><b>驗證狀態</b>:Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>病情、問題或診斷類別</b>:Encounter Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-condition-category.html\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>嚴重程度</b>:Mild <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#LA6752-5)</span></p><p><b>病情、問題或診斷識別</b>:起因於潛在病的糖尿病,伴有低血糖,未伴有昏迷 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/CodeSystem-icd-10-cm-2021-tw.html\">臺灣2021年中文版ICD-10-CM</a>#E08.649)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>就醫日期</b>:2022-08-01 05:00:14-0500</p></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "remission" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-diagnosis" ] ] )
] ) ; #
fhir:severity [
( fhir:coding [
a loinc:LA6752-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6752-5" ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/icd-10-cm-2021-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E08.649" ] ] ) ;
fhir:text [ fhir:v "起因於潛在病的糖尿病,伴有低血糖,未伴有昏迷" ]
] ; #
fhir:subject [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example" ]
] ; #
fhir:recordedDate [ fhir:v "2022-08-01T17:00:14-05:00"^^xsd:dateTime] . #
<https://fhirisolationroom.azurehealthcareapis.com/Encounter/enc-example> a fhir:Encounter ;
fhir:id [ fhir:v "Inline-Encounter-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Encounter-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/StructureDefinition/Encounter-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>:E22081702</p><p><b>就醫現況</b>:finished</p><p><b>就醫分類</b>:inpatient encounter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/4.0.0/ValueSet-v3-ActEncounterCode.html\">ActEncounterCode</a>#IMP)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>就醫的開始和結束時間</b>:2022-08-01 05:00:14-0500 --> 2022-08-01 06:00:14-0500</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://healthcare.example.org/identifiers/enocunter"^^xsd:anyURI ] ;
fhir:value [ fhir:v "E22081702" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]
] ; #
fhir:subject [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Patient/pat-example" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2022-08-01T17:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-08-01T18:00:14-05:00"^^xsd:dateTime ]
] . #
<https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-bedCase-example> a fhir:Practitioner ;
fhir:id [ fhir:v "Inline-Practitioner-bedCase-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Practitioner-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/StructureDefinition/Practitioner-twcore> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"Inline-Practitioner-bedCase-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner "Inline-Practitioner-bedCase-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://twcore.mohw.gov.tw/ig/StructureDefinition-Practitioner-twcore.html\">TW Core Practitioner</a></p></div><p><b>identifier</b>: Medical License number: KP00017 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: 王依昇(OFFICIAL)</p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MD" ] ] ) ] ;
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "KP00017" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "王依昇" ] ;
fhir:family [ fhir:v "Wang" ] ;
( fhir:given [ fhir:v "Yi Sheng" ] )
] ) . #
IG © 2023+ 大同世界科技股份有限公司. Package tw.etatung.fhir.hospbed#0.1.0 based on FHIR 4.0.1. Generated 2023-04-14
Links: Table of Contents |
QA Report
| Version History |
Propose a change