FHIR IG analytics| Package | de.gematik.sterbefall |
| Resource Type | DocumentReference |
| Id | DocumentReference-StfDatei-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DocumentReference",
"id": "StfDatei-Example",
"meta": {
"profile": [
"http://gematik.de/fhir/oegd/stf/StructureDefinition/StfDatei"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "PI",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Patient internal identifier"
}
]
},
"value": "S4567/2025"
}
],
"author": [
{
"reference": "Organization/StfOrganisation-Example",
"display": "Standesamt Berlin-Mitte"
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"data": "U3RlcmJldXJrdW5kZSBTNDU2Ny8yMDI1"
}
}
],
"status": "current",
"type": {
"coding": [
{
"code": "Sterbeurkunde",
"system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfDateiTypCS",
"display": "Sterbeurkunde"
}
]
},
"subject": {
"reference": "Patient/StfVerstorbenePerson-Example",
"display": "Dr. Erika Müller"
},
"date": "2023-07-15T10:30:00+02:00"
}