Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build 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_ig/ and changes regularly. See the Directory of published versions

: Ejemplo de Plan de Cuidado - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "cl-core-care-plan-ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-plan-cuidados"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PlanDeCuidado cl-core-care-plan-ejemplo</b></p><a name=\"cl-core-care-plan-ejemplo\"> </a><a name=\"hccl-core-care-plan-ejemplo\"> </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=\"StructureDefinition-cl-core-plan-cuidados.html\">CL Plan de Atención</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 736252007}\">736252007</span></p><p><b>subject</b>: <a href=\"Patient-PacienteCL.html\">Xime  Female, DoB: 1983-03-24 ( Chile: 15236327-k\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>careTeam</b>: <a href=\"CareTeam-cl-core-care-team-ejemplo.html\">CareTeam: status = active</a></p><p><b>note</b>: </p><blockquote><div><p>Descartamos la necesidad de un plan de cuidado para el paciente. Solo cuidados de rutina y seguimiento anual.</p>\n</div></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "736252007"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PacienteCL"
  },
  "careTeam" : [
    {
      🔗 "reference" : "CareTeam/cl-core-care-team-ejemplo"
    }
  ],
  "note" : [
    {
      "text" : "Descartamos la necesidad de un plan de cuidado para el paciente. Solo cuidados de rutina y seguimiento anual."
    }
  ]
}