FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Observation |
| Id | Observation-AtApsExampleObservation01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AtApsExampleObservation01
Profile: AT APS Observation
status: Final
category: Laboratory
code: Hämoglobin
subject: Maria Musterfrau
effective: 2024-10-10 09:30:00+0100
performer: Amadeus Spital
value: 13.6 g/dL (Details: UCUM codeg/dL = 'g/dL')
| Low | High |
| 12 g/dL (Details: UCUM codeg/dL = 'g/dL') | 17.5 g/dL (Details: UCUM codeg/dL = 'g/dL') |
{
"resourceType": "Observation",
"id": "AtApsExampleObservation01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin"
}
],
"text": "Hämoglobin"
},
"subject": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"effectiveDateTime": "2024-10-10T09:30:00+01:00",
"performer": [
{
"reference": "Organization/AtApsExampleOrganization01",
"display": "Amadeus Spital"
}
],
"valueQuantity": {
"value": 13.6,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"referenceRange": [
{
"low": {
"value": 12,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"high": {
"value": 17.5,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
}
}
]
}