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" : "FEV1_example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation FEV1_example</b></p><a name=\"FEV1_example\"> </a><a name=\"hcFEV1_example\"> </a><a name=\"FEV1_example-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 313223002}\">Percent predicted forced expired volume in one second (observable entity)</span></p><p><b>subject</b>: <a href=\"cfsb1724237080279\">cfsb1724237080279</a></p><p><b>effective</b>: 2015-02-07 13:28:17+0000</p><p><b>value</b>: 47 %</p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "313223002"
}
],
"text" : "Percent predicted forced expired volume in one second (observable entity)"
},
"subject" : {
"reference" : "cfsb1724237080279"
},
"effectiveDateTime" : "2015-02-07T13:28:17Z",
"valueQuantity" : {
"value" : 47,
"unit" : "%"
}
}