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

FHIR IG analytics

Packagedguv.basis
Resource TypePatient
IdDGUV_Basis_Bsp_VersPerson_RudiFarad.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 vollständiges Beispiel einer verunfallten Person entsprechend des VersichertePerson-Profils der DGUV


Source1

{
  "resourceType": "Patient",
  "id": "DGUV-Basis-Bsp-VersPerson-RudiFarad",
  "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": "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": "T995030511"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Farad",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Farad"
          }
        ]
      },
      "given": [
        "Rudi"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49-228-12345678"
    }
  ],
  "gender": "male",
  "birthDate": "1946-12-20",
  "address": [
    {
      "type": "both",
      "line": [
        "Fritz-Müntefering-Weg 2"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Fritz-Müntefering-Weg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "2"
            }
          ]
        }
      ],
      "city": "Bonn-Vilich",
      "postalCode": "53225",
      "country": "DE"
    }
  ]
}