FHIR IG analytics| Package | hl7.fhir.us.vitalsigns |
| Resource Type | Observation |
| Id | Observation-height-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: height-example
meta:
category: Vital Signs
code: Body height
subject: Small Child1234
encounter: GP Visit
effective: Oct 16, 2019 9:12:29 PM
value: 102 cm
method: Measured
{
"resourceType": "Observation",
"id": "height-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/Height"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/BodyPositionExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33586001",
"display": "Sitting position"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "51791000",
"display": "Measuring tape"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/ClothingWornDuringMeasureExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem",
"code": "961000205106",
"display": "Wearing street clothes, no shoes (finding)"
}
]
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
],
"text": "Body height"
},
"subject": {
"display": "Small Child1234"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"valueQuantity": {
"value": 102,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "258104002",
"display": "Measured"
}
]
}
}