FHIR IG analytics| Package | odilab.evo |
| Resource Type | Practitioner |
| Id | Practitioner-416b7bc3-7483-46ba-bc67-306bf671c569.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "416b7bc3-7483-46ba-bc67-306bf671c569",
"meta": {
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.1.0"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "LANR"
}
]
},
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
"value": "123456789"
}
],
"name": [
{
"given": [
"Albert"
],
"use": "official",
"family": "Arztmann",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Arztmann"
}
]
}
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Qualification_Type",
"code": "00"
}
]
}
},
{
"code": {
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Berufsbezeichnung",
"code": "Berufsbezeichnung"
}
],
"text": "Arzt"
}
}
]
}