FHIR IG analytics| Package | de.transfer-abrechnungsdaten.r4 |
| Resource Type | Patient |
| Id | Example-patient-de-art-2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Example-patient-de-art-2",
"meta": {
"lastUpdated": "2021-03-21T17:25:05.164+00:00",
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.1.3"
]
},
"language": "DE",
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://www.acme.com/identifiers/patient",
"value": "654321"
},
{
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "PKV"
}
]
},
"value": "2345678900",
"assigner": {
"display": "PKV"
}
}
],
"name": [
{
"use": "official",
"text": "Johannes Königsstein",
"family": "Königsstein",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Königsstein"
}
]
},
"given": [
"Johannes"
]
}
],
"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": "Darmstadt",
"postalCode": "64283",
"country": "D"
},
{
"type": "postal",
"line": [
"d123"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
"valueString": "d123"
}
]
}
],
"city": "Dortmund",
"postalCode": "44135",
"country": "D"
}
]
}