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

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
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

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

-ContentTypeData
*application/pdfU3RlcmJldXJrdW5kZSBTNDU2Ny8yMDI1

Source1

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