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

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypePractitioner
IdPractitioner-EjemploPrestadorCL2.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: Practicante / Profesional EjemploPrestadorCL2

Profile: CL Prestador

identifier: RUN/17435678-2 (use: official, ), RNPI/43212 (use: official, )

active: true

name: María Luisa Soto (Official)

telecom: ph: 989789698(Mobile), DraSoto@mimail.com

address: Av la Merced, 662, depto 814 null null null (home)

gender: Female

birthDate: 1988-09-01

qualification

identifier: cert

code: Profesional Médico Cirujano

qualification

identifier: esp

code: Medicina Interna

qualification

identifier: subesp

code: Medicina Familiar


Source1

{
  "resourceType": "Practitioner",
  "id": "EjemploPrestadorCL2",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl"
    ]
  },
  "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": "17435678-2"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
            "code": "13",
            "display": "RNPI"
          }
        ]
      },
      "value": "43212"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Soto",
      "_family": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
            "valueString": "Gonzalez"
          }
        ]
      },
      "given": [
        "María",
        "Luisa"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "989789698",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "DraSoto@mimail.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "Av la Merced, 662, depto 814"
      ],
      "_city": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code": "13101",
                  "display": "Santiago Centro"
                }
              ]
            }
          }
        ]
      },
      "_district": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
                  "code": "131",
                  "display": "Santiago"
                }
              ]
            }
          }
        ]
      },
      "_state": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                  "code": "13",
                  "display": "Metropolitana de Santiago"
                }
              ]
            }
          }
        ]
      },
      "_country": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "152",
                  "display": "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "gender": "female",
  "birthDate": "1988-09-01",
  "qualification": [
    {
      "identifier": [
        {
          "value": "cert"
        }
      ],
      "code": {
        "text": "Profesional Médico Cirujano"
      }
    },
    {
      "identifier": [
        {
          "value": "esp"
        }
      ],
      "code": {
        "text": "Medicina Interna"
      }
    },
    {
      "identifier": [
        {
          "value": "subesp"
        }
      ],
      "code": {
        "text": "Medicina Familiar"
      }
    }
  ]
}