FHIR IG analytics| Package | de.gematik.dipag |
| Resource Type | Practitioner |
| Id | Practitioner-2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"meta": {
"profile": [
"https://gematik.de/fhir/dipag/StructureDefinition/dipag-person"
]
},
"name": [
{
"prefix": [
"Dr."
],
"_prefix": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "AC"
}
]
}
],
"use": "official",
"text": "Dr. A. Arzt",
"family": "Arzt",
"given": [
"A."
]
}
],
"address": [
{
"type": "both",
"line": [
"Docstrasse 25"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Docstrasse"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "25"
}
]
}
],
"city": "Musterstadt",
"postalCode": "12345",
"country": "DE"
}
],
"qualification": [
{
"code": {
"coding": [
{
"code": "INNE",
"system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen",
"display": "Innere Medizin"
}
]
}
}
]
}