Atención clínica de SDOH
0.1.0 - ci-build
Atención clínica de SDOH, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-SDOH/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "Ejemplo-RolPrestador",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreRolClinicoCl"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Ejemplo-RolPrestador</b></p><a name=\"Ejemplo-RolPrestador\"> </a><a name=\"hcEjemplo-RolPrestador\"> </a><a name=\"Ejemplo-RolPrestador-es-CL\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Ejemplo-Prestador.html\">Johanna Silva</a></p><p><b>organization</b>: <a href=\"Organization-Ejemplo-Organizacionprestadora.html\">Centro de Salud Familiar Arauco</a></p><p><b>specialty</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL 28}\">Medicina Familiar</span></p></div>"
},
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/Ejemplo-Prestador",
"display" : "Johanna Silva"
},
"organization" : {
🔗 "reference" : "Organization/Ejemplo-Organizacionprestadora",
"display" : "Centro de Salud Familiar Arauco"
},
"specialty" : [
{
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL",
"code" : "28",
"display" : "Medicina Familiar"
}
],
"text" : "Medicina Familiar"
}
]
}