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-AtApsExampleObservationResultsLaboratoryPathology01.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 AtApsExampleObservationResultsLaboratoryPathology01

status: Final

category: Laboratory, Allgemeiner Laborbefund

code: Pathologiebefund

subject: Maria Musterfrau

effective: 2025-06-20 14:00:00+0200

performer: Hanna Hausärztin

value: Karzinom — maligne epitheliale Neoplasie

interpretation: Pathologischer Befund

specimen: Gewebeprobe Tumorbiopsie

hasMember: Subobservation 1

Components

-CodeValue[x]Interpretation
*Histologischer TypKarzinomPathologisch relevant

Source1

{
  "resourceType": "Observation",
  "id": "AtApsExampleObservationResultsLaboratoryPathology01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-observationresultslaboratorypathology"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://termgit.elga.gv.at/CodeSystem/elga-laborparameterergaenzung",
          "code": "1",
          "display": "Allgemeiner Laborbefund"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://termgit.elga.gv.at/CodeSystem/elga-laborparameterergaenzung",
        "code": "17880",
        "display": "Zytologie"
      }
    ],
    "text": "Pathologiebefund"
  },
  "subject": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "effectiveDateTime": "2025-06-20T14:00:00+02:00",
  "performer": [
    {
      "reference": "Practitioner/at-aps-example-practitioner-01",
      "display": "Hanna Hausärztin"
    }
  ],
  "valueString": "Karzinom — maligne epitheliale Neoplasie",
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ],
      "text": "Pathologischer Befund"
    }
  ],
  "specimen": {
    "reference": "Specimen/AtApsExampleSpecimen01",
    "display": "Gewebeprobe Tumorbiopsie"
  },
  "hasMember": [
    {
      "reference": "Observation/AtApsExampleObservationResultsLaboratoryPathology01",
      "display": "Subobservation 1"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://termgit.elga.gv.at/CodeSystem/elga-laborparameterergaenzung",
            "code": "17881",
            "display": "Histologischer Typ"
          }
        ],
        "text": "Histologischer Typ"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "363406005",
            "display": "Carcinoma"
          }
        ],
        "text": "Karzinom"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ],
          "text": "Pathologisch relevant"
        }
      ]
    }
  ]
}