HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1
HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. 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/hl7-pt/pulmonar-rehab/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "CAT_score_example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation CAT_score_example</b></p><a name=\"CAT_score_example\"> </a><a name=\"hcCAT_score_example\"> </a><a name=\"CAT_score_example-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">CAT</span></p><p><b>subject</b>: <a href=\"cfsb1724237080279\">cfsb1724237080279</a></p><p><b>value</b>: 20</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>0</td><td>40</td></tr></table></div>"
},
"status" : "final",
"code" : {
"text" : "CAT"
},
"subject" : {
"reference" : "cfsb1724237080279"
},
"valueInteger" : 20,
"referenceRange" : [
{
"low" : {
"value" : 0
},
"high" : {
"value" : 40
}
}
]
}