FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeObservation
IdObservation-AtApsExampleObservationResultsRadiology01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation AtApsExampleObservationResultsRadiology01

partOf: ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045; status = available; started = 2011-01-01 11:01:20+0300; numberOfSeries = 1; numberOfInstances = 1

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

Components

-CodeValue[x]Interpretation
*LungenbefundKeine AuffälligkeitenNormalbefund

Source1

{
  "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"
        }
      ]
    }
  ]
}