臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0
臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "ltc-encounter-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ltc-encounter-example</b></p><a name=\"ltc-encounter-example\"> </a><a name=\"hcltc-encounter-example\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"Patient-ltc-patient-referral-chen-ming-hui-example.html\">陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN):\u00a0A123456789\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2024-01-10 09:00:00+0800 --> 2024-01-10 11:30:00+0800</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">糖尿病追蹤檢查</span></p><p><b>serviceProvider</b>: <a href=\"Organization-ltc-organization-example.html\">Organization 新北市私立安康老人長期照顧中心(養護型)</a></p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"subject" : {
🔗 "reference" : "Patient/ltc-patient-referral-chen-ming-hui-example"
},
"period" : {
"start" : "2024-01-10T09:00:00+08:00",
"end" : "2024-01-10T11:30:00+08:00"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "44054006",
"display" : "Diabetes mellitus type 2"
}
],
"text" : "糖尿病追蹤檢查"
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/ltc-organization-example"
}
}