Mensaje TEI - APS a nivel secundario
0.1.0 - ci-build

Mensaje TEI - APS a nivel secundario, published by CENS. 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/cens-chile/tei-aps-secundario/ and changes regularly. See the Directory of published versions

: Ejemplo de Observation Iniciar Cuidador TEI - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "08af5b38-add5-4c44-b14d-7995012b63ee",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ObservationIniciarCuidadorLE"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 08af5b38-add5-4c44-b14d-7995012b63ee</b></p><a name=\"08af5b38-add5-4c44-b14d-7995012b63ee\"> </a><a name=\"hc08af5b38-add5-4c44-b14d-7995012b63ee\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/Minsal-CL/SIGTEv2-IG/StructureDefinition-ObservationIniciarCuidadorLE.html\">Cuidador LE</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 95385-1}\">Cuidador de una persona con dolencias relacionadas con la edad o enfermedades crónicas.</span></p><p><b>subject</b>: <a href=\"Bundle-BundleEnriquecidoEjemplo.html#Patient_EjemploPatientLE\">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional:\u00a090000000-6\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>value</b>: true</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "95385-1",
        "display" : "Caregiver for person with age-related complaints, chronic diseases or frailty"
      }
    ],
    "text" : "Cuidador de una persona con dolencias relacionadas con la edad o enfermedades crónicas."
  },
  "subject" : {
    "reference" : "Patient/EjemploPatientLE"
  },
  "valueBoolean" : true
}