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

FHIR IG analytics

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

identifier: Cédula Nacional/2-9876-5432 (use: official, )

active: false

name: Francisco Javier Sánchez López (Official)

telecom: +506 2234 5678, francisco.sanchez@ccss.sa.cr

gender: Male

birthDate: 1955-11-10

deceased: true

address: Barrio Escalante, San José San José San José 10100 CR (work)

qualification

identifier: RAD-11111-CR

code: Médicos especialistas

issuer: Organization Hospital San Vicente de Paul

qualification

identifier: RAD-11111-CR

code: Técnicos en aparatos de diagnóstico y tratamiento médico

issuer: Organization Hospital San Vicente de Paul


Source1

{
  "resourceType": "Practitioner",
  "id": "CRPractitionerRadiologist",
  "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": "2-9876-5432"
    }
  ],
  "active": false,
  "name": [
    {
      "use": "official",
      "family": "Sánchez López",
      "given": [
        "Francisco",
        "Javier"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+506 2234 5678",
      "use": "work"
    },
    {
      "system": "email",
      "value": "francisco.sanchez@ccss.sa.cr",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1955-11-10",
  "deceasedBoolean": true,
  "address": [
    {
      "use": "work",
      "type": "physical",
      "line": [
        "Barrio Escalante, San José"
      ],
      "city": "San José",
      "district": "San José",
      "state": "San José",
      "postalCode": "10100",
      "country": "CR"
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "value": "RAD-11111-CR"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
            "code": "2212",
            "display": "Médicos especialistas"
          }
        ]
      },
      "issuer": {
        "reference": "Organization/CROrganizationHospitalClinicalSanJose"
      }
    },
    {
      "identifier": [
        {
          "value": "RAD-11111-CR"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
            "code": "3211",
            "display": "Técnicos en aparatos de diagnóstico y tratamiento médico"
          }
        ]
      },
      "issuer": {
        "reference": "Organization/CROrganizationHospitalClinicalSanJose"
      }
    }
  ]
}