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

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
Resource TypeProcedure
IdProcedure-StfLeichenschau-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: Procedure StfLeichenschau-Example

status: Completed

code: Postmortem examination (procedure)

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

performed: 2025-03-01 10:00:00+0100

Performers

-Actor
*Practitioner Dr. med. Hans Müller(official)

Source1

{
  "resourceType": "Procedure",
  "id": "StfLeichenschau-Example",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/stf/StructureDefinition/StfLeichenschau"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "168461002",
        "display": "Postmortem examination (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/StfVerstorbenePerson-Example"
  },
  "performedDateTime": "2025-03-01T10:00:00+01:00",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/StfArzt-Example"
      }
    }
  ]
}