HL7 FHIR Costa Rica - Core
0.0.1-ballot - ci-build Costa Rica flag

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

: Rol - Dr. Carlos Rodríguez en CCSS - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "CRPractitionerRolePhysicianCCSS",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole CRPractitionerRolePhysicianCCSS</b></p><a name=\"CRPractitionerRolePhysicianCCSS\"> </a><a name=\"hcCRPractitionerRolePhysicianCCSS\"> </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-role.html\">Rol de Profesional de la Salud</a></p></div><p><b>identifier</b>: cedula-nacional/EMP-CCSS-12345\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-CRPractitionerPhysician.html\">Practitioner Carlos Alberto Rodríguez García (official)</a></p><p><b>organization</b>: <a href=\"Organization-CROrganizationCCSS.html\">Organization Caja Costarricense de Seguro Social</a></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>specialty</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-speciality 03.04.01}\">Medicina y Cirugía (licenciado)</span></p></div>"
  },
  "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)"
        }
      ]
    }
  ]
}