Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. See the Directory of published versions

: Ejemplo de Recurso Prestador como base para un Core Nacional - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "EjemploPrestadorCL",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/CorePrestadorCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EjemploPrestadorCL</b></p><a name=\"EjemploPrestadorCL\"> </a><a name=\"hcEjemploPrestadorCL\"> </a><a name=\"EjemploPrestadorCL-es-CL\"> </a><p><b>identifier</b>: RUN/8336277\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Johanna Rosa Silva (Official)</p><p><b>telecom</b>: ph: 9345666(Mobile), <a href=\"mailto:DraSilva@mimail.com\">DraSilva@mimail.com</a></p><p><b>address</b>: Av Los Chirimoyos, 32, casa 4 null null null (home)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1974-08-12</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: cert</p><p><b>code</b>: <span title=\"Codes:\">Profesional Médico Cirujano</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: esp</p><p><b>code</b>: <span title=\"Codes:\">Oncología</span></p></blockquote></div>"
  },
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/DigitoVerificador",
          "valueString" : "3"
        }
      ],
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTiposDocumentosDEIS",
            "code" : "1",
            "display" : "RUN"
          }
        ]
      },
      "value" : "8336277"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Silva",
      "_family" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore2/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/clcore2/StructureDefinition/ComunasCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSComunas",
                  "code" : "5602",
                  "display" : "Algarrobo"
                }
              ]
            }
          }
        ]
      },
      "_district" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSProvincia",
                  "code" : "056",
                  "display" : "SAN ANTONIO"
                }
              ]
            }
          }
        ]
      },
      "_state" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/RegionesCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSRegion",
                  "code" : "5",
                  "display" : "Valparaíso"
                }
              ]
            }
          }
        ]
      },
      "_country" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/CodigoPaises",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSPaises",
                  "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"
      }
    }
  ]
}