HL7 FHIR Costa Rica - Core
0.0.1-ballot - ci-build
HL7 FHIR Costa Rica - Core, published by Iniciativa HL7 Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "CRPractitionerPhysician",
"meta" : {
"profile" : [
🔗 "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner CRPractitionerPhysician</b></p><a name=\"CRPractitionerPhysician\"> </a><a name=\"hcCRPractitionerPhysician\"> </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-cr-core-practitioner.html\">Profesional de la Salud</a></p></div><p><b>identifier</b>: Cédula Nacional/1-1234-5678\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Carlos Alberto Rodríguez García (Official)</p><p><b>telecom</b>: <a href=\"tel:+50687654321\">+506 8765 4321</a>, <a href=\"mailto:carlos.rodriguez@ccss.sa.cr\">carlos.rodriguez@ccss.sa.cr</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1982-06-15</p><p><b>address</b>: Avenida Central 100 San José San José 10100 CR (work)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: MED-12345-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2211}\">Médicos generales</span></p><p><b>issuer</b>: <a href=\"Organization-CROrganizationCCSS.html\">Organization Caja Costarricense de Seguro Social</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: MED-12345-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2212}\">Médicos especialistas</span></p><p><b>issuer</b>: <a href=\"Organization-CROrganizationClinicaPrivada.html\">Organization Clínica Privada Vida Salud</a></p></blockquote></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code" : "cedula-nacional",
"display" : "Cédula Nacional"
}
]
},
"system" : "https://hl7.or.cr/fhir/identifier/worker-health-registry",
"value" : "1-1234-5678"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Rodríguez García",
"given" : [
"Carlos",
"Alberto"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+506 8765 4321",
"use" : "mobile"
},
{
"system" : "email",
"value" : "carlos.rodriguez@ccss.sa.cr",
"use" : "work"
}
],
"gender" : "male",
"birthDate" : "1982-06-15",
"address" : [
{
"use" : "work",
"type" : "physical",
"line" : [
"Avenida Central 100"
],
"city" : "San José",
"district" : "San José",
"state" : "San José",
"postalCode" : "10100",
"country" : "CR"
}
],
"qualification" : [
{
"identifier" : [
{
"value" : "MED-12345-CR"
}
],
"code" : {
"coding" : [
{
"system" : "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
"code" : "2211",
"display" : "Médicos generales"
}
]
},
"issuer" : {
🔗 "reference" : "Organization/CROrganizationCCSS"
}
},
{
"identifier" : [
{
"value" : "MED-12345-CR"
}
],
"code" : {
"coding" : [
{
"system" : "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
"code" : "2212",
"display" : "Médicos especialistas"
}
]
},
"issuer" : {
🔗 "reference" : "Organization/CROrganizationClinicaPrivada"
}
}
]
}