FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-CRPractitionerRolePhysicianCCSS.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole CRPractitionerRolePhysicianCCSS
Profile: Rol de Profesional de la Salud
identifier: cedula-nacional/EMP-CCSS-12345 (use: official, )
active: true
practitioner: Practitioner Carlos Alberto Rodríguez García (official)
organization: Organization Caja Costarricense de Seguro Social
code: Médicos generales
specialty: Medicina y Cirugía (licenciado)
{
"resourceType": "PractitionerRole",
"id": "CRPractitionerRolePhysicianCCSS",
"meta": {
"profile": [
"https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner-role"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code": "cedula-nacional"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/practitioner-role-organization",
"value": "EMP-CCSS-12345"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/CRPractitionerPhysician"
},
"organization": {
"reference": "Organization/CROrganizationCCSS"
},
"code": [
{
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
"code": "2211",
"display": "Médicos generales"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-speciality",
"code": "03.04.01",
"display": "Medicina y Cirugía (licenciado)"
}
]
}
]
}