Clinibus FHIR specification
0.1.8 - ci-build
Clinibus FHIR specification - Local Development build (v0.1.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "example-HbA1c",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-HbA1c</b></p><a name=\"example-HbA1c\"> </a><a name=\"hcexample-HbA1c\"> </a><a name=\"example-HbA1c-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{LOINC 4548-4}\">Hemoglobin A1c/Hemoglobin.total in Blood</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><p><b>value</b>: 6.5 %</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/ValueSet/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "LOINC",
"code" : "4548-4",
"display" : "Hemoglobin A1c/Hemoglobin.total in Blood"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"valueQuantity" : {
"value" : 6.5,
"unit" : "%"
}
}