FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cr.core
Resource TypePractitionerRole
IdPractitionerRole-CRPractitionerRolePhysicianCCSS.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole CRPractitionerRolePhysicianCCSS

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)


Source1

{
  "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)"
        }
      ]
    }
  ]
}