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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypePatient
IdPatient-Example-patient-address-de-basis.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": "Patient",
  "id": "Example-patient-address-de-basis",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "KVZ10",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "X234567890"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Musterman Test",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Test"
          }
        ]
      },
      "given": [
        "Martina"
      ]
    }
  ],
  "birthDate": "1935-06-22",
  "address": [
    {
      "type": "physical",
      "line": [
        "Musterstr. 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        }
      ],
      "city": "Köln",
      "postalCode": "50823",
      "country": "Deutschland",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
            "valueCoding": {
              "code": "DE",
              "system": "urn:iso:std:iso:3166",
              "display": "Deutschland"
            }
          }
        ]
      }
    }
  ]
}