台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide)
0.1.1 - ci-build
台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "LFEncounterExample",
"meta" : {
"profile" : [
🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/lf-Encounter-profile"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter LFEncounterExample</b></p><a name=\"LFEncounterExample\"> </a><a name=\"hcLFEncounterExample\"> </a><a name=\"LFEncounterExample-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-AMB\">ActCode</a> AMB: ambulatory</p><p><b>subject</b>: <a href=\"Patient-LFPatientExample.html\">Wang Amy(official) Male, DoB: 1986-03-24 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code: 123456789)</a></p><p><b>period</b>: 2019-02-12 --> (ongoing)</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-LFConditionExample.html\">Condition 個案一生中第 1 個惡性腫瘤或原位癌</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-LFOrganizationExample.html\">Organization: identifier = 8003621566684455</a></p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"subject" : {
🔗 "reference" : "Patient/LFPatientExample"
},
"period" : {
"start" : "2019-02-12"
},
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/LFConditionExample"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/LFOrganizationExample"
}
}