Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Ejemplo de Prestador de Salud - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "Prestador-Emb-Ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Prestador-embarazo-cl-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Prestador-Emb-Ejemplo</b></p><a name=\"Prestador-Emb-Ejemplo\"> </a><a name=\"hcPrestador-Emb-Ejemplo\"> </a><a name=\"Prestador-Emb-Ejemplo-es-CL\"> </a><p><b>identifier</b>: RUN/15325467-k\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Bernarda Antonella Zuñiga (Official)</p><p><b>telecom</b>: <a href=\"mailto:Bernarda.antonellaCesfam@hotmail.com\">Bernarda.antonellaCesfam@hotmail.com</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
            "code" : "01",
            "display" : "RUN"
          }
        ]
      },
      "value" : "15325467-k"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Zuñiga",
      "given" : [
        "Bernarda",
        "Antonella"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "Bernarda.antonellaCesfam@hotmail.com",
      "use" : "work"
    }
  ]
}