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

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypePractitioner
IdPractitioner-3240.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

Resource Practitioner "3240"

Profile: CL Prestador

identifier: id: 8336277-3 (OFFICIAL), id: 999999 (SECONDARY)

active: true

name: Johanna Rosa null (OFFICIAL)

telecom: ph: 9345666(MOBILE), DraSilva@mimail.com

address: null null null

gender: female

birthDate: 1974-08-12

qualification

identifier: id: cert

code: Certificado(s) (#2112 "Certificado Profesional Médico Cirujano")

qualification

identifier: id: esp

code: Especialidad(es) (#122 "Cardiólogia")

qualification

identifier: id: esp

code: Especialidad(es) (#1234 "Medicina interna")


Source1

{
  "resourceType": "Practitioner",
  "id": "3240",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CorePrestadorCl"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://api_run/run",
      "value": "8336277-3"
    },
    {
      "use": "secondary",
      "value": "999999"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString": "Reyes"
          }
        ]
      },
      "given": [
        "Johanna",
        "Rosa"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "9345666",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "DraSilva@mimail.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "_city": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/ComunasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodComunasCL",
                  "code": "05602",
                  "display": "Algarrobo"
                }
              ]
            }
          }
        ]
      },
      "_district": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodProvinciasCL",
                  "code": "056",
                  "display": "San Antonio"
                }
              ]
            }
          }
        ]
      },
      "_state": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/RegionesCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodRegionCL",
                  "code": "05",
                  "display": "Valparaíso"
                }
              ]
            }
          }
        ]
      },
      "_country": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "CL",
                  "display": "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "gender": "female",
  "birthDate": "1974-08-12",
  "qualification": [
    {
      "identifier": [
        {
          "value": "cert"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://api.minsal.cl/v1/catalogos/profesiones/",
            "code": "2112",
            "display": "Certificado Profesional Médico Cirujano"
          }
        ],
        "text": "Certificado(s)"
      }
    },
    {
      "identifier": [
        {
          "value": "esp"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://api.minsal.cl/v1/catalogos/tiposEspecialidadMedica/",
            "code": "122",
            "display": "Cardiólogia"
          }
        ],
        "text": "Especialidad(es)"
      }
    },
    {
      "identifier": [
        {
          "value": "esp"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://api.minsal.cl/v1/catalogos/tiposEspecialidadMedica/",
            "code": "1234",
            "display": "Medicina interna"
          }
        ],
        "text": "Especialidad(es)"
      }
    }
  ]
}