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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeDocumentReference
IdDocumentReference-StfDatei-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}