電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build
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
{
"resourceType" : "Encounter",
"id" : "DMS-Enc3",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/EncounterDMS"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter DMS-Enc3</b></p><a name=\"DMS-Enc3\"> </a><a name=\"hcDMS-Enc3\"> </a><a name=\"DMS-Enc3-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode</a> IMP: inpatient encounter</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 394609007}\">Medical Services</span></p><p><b>subject</b>: <a href=\"Patient-DMS-Pat2.html\">黃睿駿 Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-DMS-Pra23.html\">Practitioner 賴一施</a></td></tr></table><p><b>period</b>: 2022-07-08 12:12:00+0000 --> 2022-07-09 12:12:00+0000</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-DMS-Con10.html\">Condition </a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CC}\">Chief complaint</span></td></tr></table><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition other-hcf}\">使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-DMS-Loc4.html\">Location 病床</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}\">出院床號</span></td></tr></table></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient encounter"
},
"serviceType" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394609007"
}
],
"text" : "Medical Services"
},
"subject" : {
🔗 "reference" : "Patient/DMS-Pat2"
},
"participant" : [
{
"individual" : {
🔗 "reference" : "Practitioner/DMS-Pra23"
}
}
],
"period" : {
"start" : "2022-07-08T12:12:00.000Z",
"end" : "2022-07-09T12:12:00.000Z"
},
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/DMS-Con10"
},
"use" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code" : "CC",
"display" : "Chief complaint"
}
]
}
}
],
"hospitalization" : {
"dischargeDisposition" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code" : "other-hcf",
"display" : "Other healthcare facility"
}
],
"text" : "使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥"
}
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/DMS-Loc4"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bd",
"display" : "Bed"
}
],
"text" : "出院床號"
}
}
]
}