FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Observation |
| Id | Observation-AtApsExampleObservationResultsRadiology01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AtApsExampleObservationResultsRadiology01
Profile: AT APS Observation Results Radiology
status: Final
category: Imaging
code: CT Thorax
subject: Maria Musterfrau
effective: 2025-08-15 09:30:00+0200
performer: Hanna Hausärztin
value: Keine pathologischen Befunde im Thoraxbereich. Lunge belüftet, keine Infiltrate.
interpretation: Normalbefund
| Code | Value[x] | Interpretation |
| Lungenbefund | Keine Auffälligkeiten | Normalbefund |
{
"resourceType": "Observation",
"id": "AtApsExampleObservationResultsRadiology01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-observationresultsradiology"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"partOf": [
{
"reference": "ImagingStudy/AtApsExampleImagingStudy01"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging",
"display": "Imaging"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24627-2",
"display": "CT Chest"
}
],
"text": "CT Thorax"
},
"subject": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"effectiveDateTime": "2025-08-15T09:30:00+02:00",
"performer": [
{
"reference": "Practitioner/at-aps-example-practitioner-01",
"display": "Hanna Hausärztin"
}
],
"valueString": "Keine pathologischen Befunde im Thoraxbereich. Lunge belüftet, keine Infiltrate.",
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
],
"text": "Normalbefund"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "18748-4",
"display": "Lung opacity"
}
],
"text": "Lungenbefund"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "260373001",
"display": "No abnormality detected"
}
],
"text": "Keine Auffälligkeiten"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
],
"text": "Normalbefund"
}
]
}
]
}