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

FHIR IG analytics

Packagedguv.basis
Resource TypePatient
IdDGUV_Basis_Bsp_VersichertePerson.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-Basis-Bsp-VersichertePerson",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/Basis/Patient/DGUV-Basis-PR-VersichertePerson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "DE",
                "display": "Germany"
              }
            ]
          }
        },
        {
          "url": "period",
          "valuePeriod": {
            "start": "2004-11-12",
            "end": "2024-01-01"
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "KVZ10"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "S123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermann",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Mustermann"
          }
        ]
      },
      "given": [
        "Lionel"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0049177/00000000"
    }
  ],
  "gender": "male",
  "birthDate": "2004-11-12",
  "address": [
    {
      "type": "both",
      "line": [
        "Musterweg 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            }
          ]
        }
      ],
      "city": "Musterhausen",
      "postalCode": "11111",
      "country": "DE"
    }
  ]
}