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

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
Resource TypeObservation
IdObservation-StfObservationKrebserkrankung-Ja-Example.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 StfObservationKrebserkrankung-Ja-Example

partOf: Procedure Postmortem examination (procedure)

status: Final

code: Tumor

subject: Erika Müller (official) Female, DoB: 1945-03-15 ( Patient internal identifier: GA78901)

effective: 2025-03-02 14:30:00+0100

performer: Practitioner/rechtsmediziner-beispiel

value: Ja

note:

Bronchialkarzinom im Oberlappen der rechten Lunge festgestellt bei der Obduktion


Source1

{
  "resourceType": "Observation",
  "id": "StfObservationKrebserkrankung-Ja-Example",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/stf/StructureDefinition/StfObservationKrebserkrankung"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Procedure/StfLeichenschau-Example"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "108369006",
        "display": "Tumor"
      }
    ]
  },
  "subject": {
    "reference": "Patient/StfVerstorbenePerson-Example"
  },
  "effectiveDateTime": "2025-03-02T14:30:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/rechtsmediziner-beispiel"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code": "Y"
      }
    ]
  },
  "note": [
    {
      "text": "Bronchialkarzinom im Oberlappen der rechten Lunge festgestellt bei der Obduktion"
    }
  ]
}