Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build
Guías de Implementación HL7 FHIR: CR Core, published by Ministerio de Salud de Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HIE-cr/core-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "PractitionerRole",
"id" : "PractitionerRoleNacionalResidente01",
"meta" : {
"profile" : [
🔗 "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/practitioner-role-cr-core"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractitionerRoleNacionalResidente01</b></p><a name=\"PractitionerRoleNacionalResidente01\"> </a><a name=\"hcPractitionerRoleNacionalResidente01\"> </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-practitioner-role-cr-core.html\">Rol de Profesional de la Salud</a></p></div><p><b>Firmante Autorizado</b>: true</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-profesionalSaludResidente01.html\">Practitioner Luis García (official)</a></p><p><b>organization</b>: <a href=\"Organization-Organizacion-CCSS-01.html\">Organization Caja Costarricense de Seguro Social</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:{https://ministeriodesalud.go.cr/fhir/core/CodeSystem/practice-code 267}\">Medicina con especialidad en Oncología Radioterápica</span></p></div>"
},
"extension" : [
{
"url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/AuthorizedSignerExt",
"valueBoolean" : true
}
],
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/profesionalSaludResidente01"
},
"organization" : {
🔗 "reference" : "Organization/Organizacion-CCSS-01"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor",
"display" : "Doctor"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/practice-code",
"code" : "267"
}
]
}
]
}