FHIR IG analytics| Package | de.thieme-compliance.anamnese |
| Resource Type | Patient |
| Id | Patient-EcpPatient-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "EcpPatient-example-1",
"meta": {
"profile": [
"https://thieme-compliance.de/fhir/StructureDefinition/EcpPatient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "https://fhir.krankenhaus.example/sid/PID",
"value": "TestPID"
},
{
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "GKV"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A123456789"
}
],
"name": [
{
"use": "official",
"family": "Musterfrau",
"given": [
"Erika"
],
"prefix": [
"Dr."
],
"_prefix": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "AC"
}
]
}
]
},
{
"use": "maiden",
"family": "Gabler"
}
],
"telecom": [
{
"system": "email",
"value": "erika.musterfrau@irgendwo.example"
},
{
"system": "phone",
"use": "home",
"value": "05555/5558877"
},
{
"system": "sms",
"value": "0172/5551234"
}
],
"address": [
{
"type": "both",
"line": [
"Musterweg 2"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Musterweg"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "2"
}
]
}
],
"city": "Musterhausen",
"postalCode": "98764",
"country": "DE"
},
{
"type": "postal",
"line": [
"Postfach 8 15"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
"valueString": "Postfach 8 15"
}
]
}
],
"city": "Musterhausen",
"postalCode": "98764",
"country": "DE"
}
],
"gender": "female",
"birthDate": "1964-08-12"
}