FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Observation |
| Id | Observation-height-measurement.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "height-measurement",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-observation"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
"valueCodeableConcept": {
"coding": [
{
"code": "429130005",
"system": "http://snomed.info/sct",
"display": "Found standing (finding)"
}
]
}
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"encounter": {
"reference": "Encounter/home-visit"
},
"status": "final",
"category": [
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"code": "8302-2",
"system": "http://loinc.org",
"display": "Body height"
}
]
},
"subject": {
"reference": "Patient/patient-with-israeli-id"
},
"valueQuantity": {
"value": 172,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
},
"referenceRange": [
{
"low": {
"value": 130,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
},
"high": {
"value": 220,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}
],
"performer": [
{
"reference": "Practitioner/practitioner-nurse"
}
],
"effectiveDateTime": "2022-12-10",
"method": {
"coding": [
{
"code": "41751005",
"system": "http://snomed.info/sct",
"display": "Anatomic measurement (procedure)"
}
]
},
"identifier": [
{
"system": "http://hospital.herzfeld.org/observation-ids",
"value": "height-20221210-001"
}
],
"bodySite": {
"coding": [
{
"code": "38266002",
"system": "http://snomed.info/sct",
"display": "Entire body as a whole"
}
]
},
"note": [
{
"text": "נמדד באמצעות סרט מדידה בקיר המרפאה, תוצאה דווחה על ידי האחות"
}
]
}