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-anatopatologo.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-anatopatologo

identifier: RUN/19283789-2 (use: official, )

name: Patricia Gutierrez

gender: Female

birthDate: 1983-11-18

qualification

identifier: cert

code: MÉDICO CIRUJANO

qualification

identifier: esp

code: MEDICINA INTERNA

qualification

identifier: subesp

code: ANATOMÍA PATOLÓGICA


Source1

{
  "resourceType": "Practitioner",
  "id": "profesional-hospital-anatopatologo",
  "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": "19283789-2"
    }
  ],
  "name": [
    {
      "family": "Gutierrez",
      "given": [
        "Patricia"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1983-11-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"
      }
    },
    {
      "identifier": [
        {
          "value": "esp"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEspecialidadMed",
            "code": "30",
            "display": "MEDICINA INTERNA"
          }
        ],
        "text": "MEDICINA INTERNA"
      }
    },
    {
      "identifier": [
        {
          "value": "subesp"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEspecialidadMed",
            "code": "1",
            "display": "ANATOMÍA PATOLÓGICA"
          }
        ],
        "text": "ANATOMÍA PATOLÓGICA"
      }
    }
  ]
}