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

FHIR IG analytics

Packagehl7.fhir.cr.core
Resource TypePractitioner
IdPractitioner-CRPractitionerNurse.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: Practitioner CRPractitionerNurse

identifier: Cédula Nacional/3-5678-9012 (use: official, )

active: true

name: María Elena González Ramírez (Official)

telecom: +506 7654 3210, maria.gonzalez@clinicavidasalud.cr

gender: Female

birthDate: 1990-03-22

address: Calle 10, Avenida 2 San José San José 10100 CR (work)

qualification

identifier: ENF-54321-CR

code: Profesionales de enfermería (generales)

issuer: Organization Clínica Privada Vida Salud

qualification

identifier: ENF-54321-CR

code: Profesionales de enfermería especialistas (excluye ginecoobstetricia)

issuer: Organization Clínica Privada Vida Salud


Source1

{
  "resourceType": "Practitioner",
  "id": "CRPractitionerNurse",
  "meta": {
    "profile": [
      "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner"
    ]
  },
  "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",
            "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"
      }
    }
  ]
}