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

FHIR IG analytics

Packagehl7.fhir.cl.minsal.r2bo
Resource TypePractitioner
IdPractitioner-profesional-hospital-collector.json
FHIR VersionR4

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 profesional-hospital-collector

identifier: RUN/5135329-3 (use: official, )

name: Juan Perez

birthDate: 1991-05-18

Qualifications

-IdentifierCode
*certMÉDICO CIRUJANO

Source1

{
  "resourceType": "Practitioner",
  "id": "profesional-hospital-collector",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPrestadorProfesional"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
            "code": "01",
            "display": "RUN"
          }
        ]
      },
      "value": "5135329-3"
    }
  ],
  "name": [
    {
      "family": "Perez",
      "_family": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
            "valueString": "Perez"
          }
        ]
      },
      "given": [
        "Juan"
      ]
    }
  ],
  "birthDate": "1991-05-18",
  "qualification": [
    {
      "identifier": [
        {
          "value": "cert"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTituloProfesional",
            "code": "1",
            "display": "MÉDICO CIRUJANO"
          }
        ],
        "text": "MÉDICO CIRUJANO"
      }
    }
  ]
}