Proyecto Listas de Espera MINSAL CHILE
0.1.3 - ci-build

Proyecto Listas de Espera MINSAL CHILE - Local Development build (v0.1.3). See the Directory of published versions

: Encounter Evento de Atender - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "EjemploEncounterAtender",
  "meta" : {
    "profile" : [
      "http://minsal.cl/listaespera/StructureDefinition/EncounterAtenderLE"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"EjemploEncounterAtender\"> </a></p><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\">Resource Encounter &quot;EjemploEncounterAtender&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EncounterAtenderLE.html\">Encounter Atender LE</a></p></div><p><b>ExtBool Pertinencia Atencion Box</b>: true</p><p><b>ExtString MotivoNoPertinencia</b>: lorem ipsum</p><p><b>identifier</b>: IdConsultaAPS: 1</p><p><b>status</b>: finished</p><p><b>class</b>: 1 (Details: [not stated] code 1 = '1', stated as 'null')</p><p><b>subject</b>: <a href=\"Bundle-EjemploBundleInicio.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>basedOn</b>: <a href=\"http://acme.com/ehr/fhir/ServiceRequest/ServiceRequestLE\">http://acme.com/ehr/fhir/ServiceRequest/ServiceRequestLE</a></p><p><b>period</b>: 2023-01-22 09:00:00+0000 --&gt; (ongoing)</p><p><b>reasonReference</b>: </p><ul><li><a href=\"Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Condition/EjemploCondicionAtenderDiagnosticoConfirmacionLE\">http://acme.com/ehr/fhir/Condition/EjemploCondicionAtenderDiagnosticoConfirmacionLE</a></li><li><a href=\"Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Observation/EjemploObservationAtender\">http://acme.com/ehr/fhir/Observation/EjemploObservationAtender</a></li></ul><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td></tr><tr><td>*</td><td><a href=\"Bundle-EjemploBundleAtender.html#http-//acme.com/ehr/fhir/Condition/EjemploCondicionAtenderDiagnosticoSospechaLE\">http://acme.com/ehr/fhir/Condition/EjemploCondicionAtenderDiagnosticoSospechaLE</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://minsal.cl/listaespera/StructureDefinition/ExtBoolPertinenciaAtencionBox",
      "valueBoolean" : true
    },
    {
      "url" : "http://minsal.cl/listaespera/StructureDefinition/ExtStringMotivoNoPertinencia",
      "valueString" : "lorem ipsum"
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.cens.cl/CodeSystem/listaespera",
            "code" : "IdConsultaAPS"
          }
        ]
      },
      "value" : "1"
    }
  ],
  "status" : "finished",
  "class" : {
    "code" : "1"
  },
  "subject" : {
    "reference" : "http://acme.com/ehr/fhir/Patient/EjemploPatient"
  },
  "basedOn" : [
    {
      "reference" : "http://acme.com/ehr/fhir/ServiceRequest/ServiceRequestLE"
    }
  ],
  "period" : {
    "start" : "2023-01-22T09:00:00Z"
  },
  "reasonReference" : [
    {
      "reference" : "http://acme.com/ehr/fhir/Condition/EjemploCondicionAtenderDiagnosticoConfirmacionLE",
      "type" : "Condition"
    },
    {
      "reference" : "http://acme.com/ehr/fhir/Observation/EjemploObservationAtender",
      "type" : "Observation"
    }
  ],
  "diagnosis" : [
    {
      "condition" : {
        "reference" : "http://acme.com/ehr/fhir/Condition/EjemploCondicionAtenderDiagnosticoSospechaLE"
      }
    }
  ]
}