HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base-r5/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "practitionerRole-eu-core-example",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerRole-eu-core-example</b></p><a name=\"practitionerRole-eu-core-example\"> </a><a name=\"hcpractitionerRole-eu-core-example\"> </a><a name=\"practitionerRole-eu-core-example-en-US\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-eu-core-example.html\">Practitioner John Doe </a></p><p><b>organization</b>: <a href=\"Organization-example-organization.html\">Organization Example Health Organization</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 394814009}\">General practice (specialty)</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 408443003}\">General medical practice</span></p></div>"
},
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/practitioner-eu-core-example"
},
"organization" : {
🔗 "reference" : "Organization/example-organization"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394814009",
"display" : "General practice (specialty)"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "408443003",
"display" : "General medical practice"
}
]
}
]
}