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 Encuentro - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "EjemploEncounterCL",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/EncounterCL"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EjemploEncounterCL</b></p><a name=\"EjemploEncounterCL\"> </a><a name=\"hcEjemploEncounterCL\"> </a><a name=\"EjemploEncounterCL-es-CL\"> </a><p><b>status</b>: Planned</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-VR\">ActCode</a> VR: Virtual</p><p><b>type</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSTiposEncuentroCL PR}\">Programada</span></p><p><b>serviceType</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSCodigoServicio medGen}\">Medicina General</span></p><p><b>subject</b>: <a href=\"Patient-PacienteCL.html\">Xime  Female, DoB: 1983-03-24 ( RUN: 15236327\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">Atendedor</span></td><td><a href=\"PractitionerRole-EjemploEspecialidadCL2.html\">PractitionerRole: specialty = Medicina Familiar</a></td></tr></table><p><b>period</b>: 2022-06-23 00:00:00-0300 --&gt; 2022-06-23 00:50:00-0300</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-DiagnosticoEj2.html\">Condition Pharyngotonsillitis</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-OrganizacionClEjemplo1.html\">Organization Centro de Salud Familiar Arauco</a></p></div>"
  },
  "status" : "planned",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "VR",
    "display" : "Virtual"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSTiposEncuentroCL",
          "code" : "PR",
          "display" : "Programada"
        }
      ],
      "text" : "Programada"
    }
  ],
  "serviceType" : {
    "coding" : [
      {
        "system" : "https://hl7chile.cl/fhir/ig/clcore2/CodeSystem/CSCodigoServicio",
        "code" : "medGen",
        "display" : "Medicina General"
      }
    ],
    "text" : "Medicina General"
  },
  "subject" : {
    🔗 "reference" : "Patient/PacienteCL"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ],
          "text" : "Atendedor"
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/EjemploEspecialidadCL2"
      }
    }
  ],
  "period" : {
    "start" : "2022-06-23T00:00:00-03:00",
    "end" : "2022-06-23T00:50:00-03:00"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/DiagnosticoEj2"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/OrganizacionClEjemplo1"
  }
}