Atención clínica de SDOH
0.1.0 - ci-build Chile flag

Atención clínica de SDOH, 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/SIMSADIs/GI-SDOH/ and changes regularly. See the Directory of published versions

: Ejemplo SDOHCC-Cita de servicio de atención con telecomunicación - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "Ejemplo-CitadeAtencion",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-HealthcareServiceCL"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService Ejemplo-CitadeAtencion</b></p><a name=\"Ejemplo-CitadeAtencion\"> </a><a name=\"hcEjemplo-CitadeAtencion\"> </a><a name=\"Ejemplo-CitadeAtencion-es-CL\"> </a><p><b>active</b>: true</p><p><b>name</b>: Centro de atención Familiar</p><p><b>telecom</b>: <a href=\"tel:+56987654321\">+56 9 87654321</a></p></div>"
  },
  "active" : true,
  "name" : "Centro de atención Familiar",
  "telecom" : [
    {
      "extension" : [
        {
          "url" : "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-ExtensionHealthcareServiceTelecomAppointmentCL",
          "valueBoolean" : true
        }
      ],
      "system" : "phone",
      "value" : "+56 9 87654321"
    }
  ]
}