FHIR IG analytics| Package | de.fhir.sterbefall-krebsregistermeldung |
| Resource Type | DocumentReference |
| Id | DocumentReference-StfDatei-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference StfDatei-Example
Profile: STF Datei
identifier: Patient internal identifier/S4567/2025
status: Current
type: Sterbeurkunde
subject: Dr. Erika Müller
date: 2023-07-15 10:30:00+0200
author: Standesamt Berlin-Mitte
content
Attachments
ContentType Data application/pdf U3RlcmJldXJrdW5kZSBTNDU2Ny8yMDI1
{
"resourceType": "DocumentReference",
"id": "StfDatei-Example",
"meta": {
"profile": [
"http://ig.fhir.de/igs/stf/StructureDefinition/StfDatei"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PI",
"display": "Patient internal identifier"
}
]
},
"value": "S4567/2025"
}
],
"status": "current",
"type": {
"coding": [
{
"system": "http://ig.fhir.de/igs/stf/CodeSystem/StfDateiTypCS",
"code": "Sterbeurkunde",
"display": "Sterbeurkunde"
}
]
},
"subject": {
"reference": "Patient/StfVerstorbenePerson-Example",
"display": "Dr. Erika Müller"
},
"date": "2023-07-15T10:30:00+02:00",
"author": [
{
"reference": "Organization/StfOrganisation-Example",
"display": "Standesamt Berlin-Mitte"
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"data": "U3RlcmJldXJrdW5kZSBTNDU2Ny8yMDI1"
}
}
]
}