German Practice Management FHIR Profiles (R4)
0.49.0 - STU1
German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "example-practitionerrole-reading-radiologist",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole example-practitionerrole-reading-radiologist</b></p><a name=\"example-practitionerrole-reading-radiologist\"> </a><a name=\"hcexample-practitionerrole-reading-radiologist\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-example-practitioner-radiologin.html\">Practitioner Andrea Fischer (official)</a></p><p><b>organization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/radiology-role ReadingRadiologist}\">Reading Radiologist</span></p></div>"
},
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/example-practitioner-radiologin"
},
"organization" : {
🔗 "reference" : "Organization/example-organization"
},
"code" : [
{
"coding" : [
{
"system" : "https://fhir.cognovis.de/praxis/CodeSystem/radiology-role",
"code" : "ReadingRadiologist",
"display" : "Reading Radiologist"
}
]
}
]
}