This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.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" : "Observation",
"id" : "obs-clinical-result-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-clinical-result-twcore"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-clinical-result-example</b></p><a name=\"obs-clinical-result-example\"> </a><a name=\"hcobs-clinical-result-example\"> </a><a name=\"obs-clinical-result-example-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 44963-7}\">Capillary refill Time Nail Bed</span></p><p><b>subject</b>: <a href=\"Patient-pat-example.html\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-example.html\">Encounter: identifier = http://healthcare.example.org/identifiers/enocunter#E22081702; status = finished; class = pre-admission (ActCode#PRENC); type = Annual diabetes mellitus screening; serviceType = Nephrology (qualifier value); period = 2022-08-01 17:00:14+0800 --> 2022-08-01 18:00:14+0800; reasonCode = FH: Diabetes mellitus</a></p><p><b>effective</b>: 2021-11-10 16:48:57-0800</p><p><b>value</b>: 1 s<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codes = 's')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam",
"display" : "Exam"
}
],
"text" : "Exam"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "44963-7"
}
],
"text" : "Capillary refill Time Nail Bed"
},
"subject" : {
🔗 "reference" : "Patient/pat-example"
},
"encounter" : {
🔗 "reference" : "Encounter/enc-example"
},
"effectiveDateTime" : "2021-11-10T16:48:57.246958-08:00",
"valueQuantity" : {
"value" : 1,
"unit" : "s",
"system" : "http://unitsofmeasure.org",
"code" : "s"
}
}