FHIR IG analytics| Package | de.fhir.sterbefall-krebsregistermeldung |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-StfObduktionAnfrage-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest StfObduktionAnfrage-Example
Profile: STF Obduktion Anfrage
status: Completed
intent: Order
code: Autopsy examination (procedure)
subject: Erika Müller (official) Female, DoB: 1945-03-15 ( Patient internal identifier: GA78901)
authoredOn: 2025-03-01 10:00:00+0100
requester: Dr. Schmidt, Gesundheitsamt Musterstadt
reasonCode: Unklare Todesursache, Verdacht auf nicht-natürlichen Tod
{
"resourceType": "ServiceRequest",
"id": "StfObduktionAnfrage-Example",
"meta": {
"profile": [
"http://ig.fhir.de/igs/stf/StructureDefinition/StfObduktionAnfrage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "29240004",
"display": "Autopsy examination (procedure)"
}
]
},
"subject": {
"reference": "Patient/StfVerstorbenePerson-Example"
},
"authoredOn": "2025-03-01T10:00:00+01:00",
"requester": {
"display": "Dr. Schmidt, Gesundheitsamt Musterstadt"
},
"reasonCode": [
{
"text": "Unklare Todesursache, Verdacht auf nicht-natürlichen Tod"
}
]
}