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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypePatient
IdPatient-Example-patient-de-basis-address.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-de-basis-address",
  "name": [
    {
      "use": "official",
      "text": "Martina Mustermann",
      "family": "Mustermann",
      "given": [
        "Martina"
      ]
    }
  ],
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "Musterweg 42, Hinterhof 2. Etage, 10787 Berlin, Deutschland",
      "line": [
        "Musterweg 42 // Hinterhof 2. Etage"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "42"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "Hinterhof 2. Etage"
            }
          ]
        }
      ],
      "city": "Berlin",
      "state": "DE-BE",
      "postalCode": "10787",
      "country": "DE"
    },
    {
      "use": "home",
      "type": "postal",
      "text": "Postfach 74656, 76297 Spöck, Deutschland",
      "line": [
        "Postfach 74656"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "Postfach 74656"
            }
          ]
        }
      ],
      "city": "Spöck",
      "state": "DE-BW",
      "postalCode": "76297",
      "country": "DE",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
            "valueCoding": {
              "code": "DE",
              "system": "urn:iso:std:iso:3166",
              "display": "Deutschland"
            }
          }
        ]
      }
    }
  ]
}