FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.seltene |
| Resource Type | Observation |
| Id | Observation-aortic-root-normal.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "aortic-root-normal",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "78176-5",
"display": "Aorta root Diameter by US 2D"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2024-12-15",
"valueQuantity": {
"value": 32,
"unit": "mm",
"system": "http://unitsofmeasure.org",
"code": "mm"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 29,
"unit": "mm"
},
"high": {
"value": 37,
"unit": "mm"
}
}
]
}