FHIR IG analytics| Package | de.fhir.sterbefall-krebsregistermeldung |
| Resource Type | Procedure |
| Id | Procedure-StfObduktion-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure StfObduktion-Example
Profile: STF Obduktion
basedOn: ServiceRequest Autopsy examination (procedure)
status: Completed
code: Autopsy examination (procedure)
subject: Erika Müller (official) Female, DoB: 1945-03-15 ( Patient internal identifier: GA78901)
performed: 2025-03-02 14:30:00+0100
asserter: Staatsanwaltschaft Musterstadt
performer
function: Gerichtsmedizinisches Institut
actor: Institut für Rechtsmedizin Universitätsklinikum Musterstadt
performer
function: Pathologisches Institut
actor: Institut für Pathologie Universitätsklinikum Musterstadt
location: Prosektur, Universitätsklinikum Musterstadt, Gebäude 15
{
"resourceType": "Procedure",
"id": "StfObduktion-Example",
"meta": {
"profile": [
"http://ig.fhir.de/igs/stf/StructureDefinition/StfObduktion"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/StfObduktionAnfrage-Example"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "29240004",
"display": "Autopsy examination (procedure)"
}
]
},
"subject": {
"reference": "Patient/StfVerstorbenePerson-Example"
},
"performedDateTime": "2025-03-02T14:30:00+01:00",
"asserter": {
"display": "Staatsanwaltschaft Musterstadt"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS",
"code": "GerichtsmedInst"
}
]
},
"actor": {
"display": "Institut für Rechtsmedizin Universitätsklinikum Musterstadt"
}
},
{
"function": {
"coding": [
{
"system": "http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS",
"code": "PathInst"
}
]
},
"actor": {
"display": "Institut für Pathologie Universitätsklinikum Musterstadt"
}
}
],
"location": {
"display": "Prosektur, Universitätsklinikum Musterstadt, Gebäude 15"
},
"report": [
{
"reference": "DiagnosticReport/obduktionsbericht-beispiel-001"
}
]
}