FHIR IG analytics| Package | actnow.canshare.co.nz |
| Resource Type | Observation |
| Id | Observation-ExObservationHeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "ExObservationHeight",
"meta": {
"profile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-height"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}