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

FHIR IG analytics

Packagedguv.oper
Resource TypePatient
IdDGUV_OPER_Bsp_VersichertePerson_01.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

Hier finden Sie ein Beispiel einer verunfallten Person entsprechend des VersichertePerson-Profils der DGUV


Source1

{
  "resourceType": "Patient",
  "id": "DGUV-OPER-Bsp-VersichertePerson",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/OPER/Patient/DGUV-OPER-PR-VersichertePerson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "official",
      "family": "Mustermann",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Mustermann"
          }
        ]
      },
      "given": [
        "Lionel"
      ]
    }
  ],
  "birthDate": "2004-11-12"
}