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

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypePractitioner
IdPractitioner-EjemploPrestadorCL.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 EjemploPrestadorCL

Profile: CL Prestador

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

active: true

name: Johanna Rosa Silva (Official)

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

address: Av Los Chirimoyos, 32, casa 4 null null null (home)

gender: Female

birthDate: 1974-08-12

qualification

identifier: cert

code: Profesional Médico Cirujano

qualification

identifier: esp

code: Oncología


Source1

{
  "resourceType": "Practitioner",
  "id": "EjemploPrestadorCL",
  "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": "8336277-3"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Silva",
      "_family": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
            "valueString": "Reyes"
          }
        ]
      },
      "given": [
        "Johanna",
        "Rosa"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "9345666",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "DraSilva@mimail.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "Av Los Chirimoyos, 32, casa 4"
      ],
      "_city": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code": "05602",
                  "display": "Algarrobo"
                }
              ]
            }
          }
        ]
      },
      "_district": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
                  "code": "056",
                  "display": "San Antonio"
                }
              ]
            }
          }
        ]
      },
      "_state": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                  "code": "05",
                  "display": "Valparaíso"
                }
              ]
            }
          }
        ]
      },
      "_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": "1974-08-12",
  "qualification": [
    {
      "identifier": [
        {
          "value": "cert"
        }
      ],
      "code": {
        "text": "Profesional Médico Cirujano"
      }
    },
    {
      "identifier": [
        {
          "value": "esp"
        }
      ],
      "code": {
        "text": "Oncología"
      }
    }
  ]
}