German Dental FHIR Profiles (R4)
0.41.6 - trial-use
Germany
German Dental FHIR Profiles (R4) - Local Development build (v0.41.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "role-schoell-gibitzenhof",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-practitioner-role"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole role-schoell-gibitzenhof</b></p><a name=\"role-schoell-gibitzenhof\"> </a><a name=\"hcrole-schoell-gibitzenhof\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dental-practitioner-role.html\">Dental PractitionerRole (DE)</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-prac-schoell.html\">Practitioner Martin Schöll (official)</a></p><p><b>organization</b>: <a href=\"Organization-org-dental-mvz.html\">Organization Demo-Zahnarztpraxis MVZ Nürnberg</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 106289002}\">Dentist</span></p></div>"
},
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/prac-schoell"
},
"organization" : {
🔗 "reference" : "Organization/org-dental-mvz"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor",
"display" : "Doctor"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "106289002"
}
]
}
]
}