FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Patient |
| Id | Patient-Example-patient-de-basis-address.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
]
}
}
]
}