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

: Profesional de la Salud - Enfermera Especialista - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "CRPractitionerNurse",
  "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 CRPractitionerNurse</b></p><a name=\"CRPractitionerNurse\"> </a><a name=\"hcCRPractitionerNurse\"> </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/3-5678-9012\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: María Elena González Ramírez (Official)</p><p><b>telecom</b>: <a href=\"tel:+50676543210\">+506 7654 3210</a>, <a href=\"mailto:maria.gonzalez@clinicavidasalud.cr\">maria.gonzalez@clinicavidasalud.cr</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1990-03-22</p><p><b>address</b>: Calle 10, Avenida 2 San José San José 10100 CR (work)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: ENF-54321-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2221}\">Profesionales de enfermería (generales)</span></p><p><b>issuer</b>: <a href=\"Organization-CROrganizationClinicaPrivada.html\">Organization Clínica Privada Vida Salud</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: ENF-54321-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2223}\">Profesionales de enfermería especialistas (excluye ginecoobstetricia)</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" : "3-5678-9012"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "González Ramírez",
      "given" : [
        "María",
        "Elena"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+506 7654 3210",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "maria.gonzalez@clinicavidasalud.cr",
      "use" : "work"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-03-22",
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "line" : [
        "Calle 10, Avenida 2"
      ],
      "city" : "San José",
      "district" : "San José",
      "state" : "San José",
      "postalCode" : "10100",
      "country" : "CR"
    }
  ],
  "qualification" : [
    {
      "identifier" : [
        {
          "value" : "ENF-54321-CR"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
            "code" : "2221",
            "display" : "Profesionales de enfermería (generales)"
          }
        ]
      },
      "issuer" : {
        🔗 "reference" : "Organization/CROrganizationClinicaPrivada"
      }
    },
    {
      "identifier" : [
        {
          "value" : "ENF-54321-CR"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
            "code" : "2223",
            "display" : "Profesionales de enfermería especialistas (excluye ginecoobstetricia)"
          }
        ]
      },
      "issuer" : {
        🔗 "reference" : "Organization/CROrganizationClinicaPrivada"
      }
    }
  ]
}