FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Observation |
| Id | Observation_altezza.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "observation-altezza",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Observation_altezza_Eng"
]
},
"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": "Altezza"
}
]
},
"subject": {
"reference": "Patient/id"
},
"effectiveDateTime": "2022-08-31T14:51:00+02:00",
"issued": "2022-09-05T14:51:00+02:00",
"valueQuantity": {
"value": 177,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}