ACT-NOW Implementation Guide
0.5.0 - ci-build
NZ
ACT-NOW Implementation Guide - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ExObservationHeight",
"meta" : {
"profile" : [
🔗 "http://canshare.co.nz/fhir/StructureDefinition/an-height"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Height 180 cm</div>"
},
"identifier" : [
{
"system" : "http://canshare.co.nz/identifiers",
"value" : "height"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct/21000210109",
"code" : "1153637007"
},
{
"system" : "http://loinc.org",
"code" : "8302-2"
}
]
},
"subject" : {
🔗 "reference" : "Patient/exPatient"
},
"effectiveDateTime" : "2020-01-01",
"performer" : [
{
🔗 "reference" : "Practitioner/exPractitioner"
}
],
"valueQuantity" : {
"value" : 180,
"unit" : "cm",
"system" : "http://unitsofmeasure.org",
"code" : "cm"
}
}