Guía de Implementación Vigilancia ESAVI
0.1.0 - ci-build International flag

Guía de Implementación Vigilancia ESAVI, 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/OPS-Esavi-IG/ and changes regularly. See the Directory of published versions

: Ejemplo de Composición - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "EjemploComposition",
  "meta" : {
    "profile" : [
      🔗 "https://paho.org/fhir/ops-esavi/StructureDefinition/CompositionOPSEsavi"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition EjemploComposition</b></p><a name=\"EjemploComposition\"> </a><a name=\"hcEjemploComposition\"> </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-CompositionOPSEsavi.html\">Composotion Esavi</a></p></div><p><b>Pais</b>: <span title=\"Codes:{https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS CHL}\">Chile</span></p><p><b>identifier</b>: <code>http://acme.com/fhir/Composition/EjemploComposition</code>/Composition1289741</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11503-0}\">Medical records</span></p><p><b>encounter</b>: <a href=\"Encounter-EjemploEncounter.html\">Encounter: status = finished; class = AMB (AMB); period = (?) --&gt; 2024-11-02 13:33:52+0000</a></p><p><b>date</b>: 2024-12-01 10:00:00+0000</p><p><b>author</b>: <a href=\"PractitionerRole-EjemploPRole.html\">PractitionerRole Médico</a></p><p><b>title</b>: Notificación de caso ESAVI</p></div>"
  },
  "extension" : [
    {
      "url" : "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-pais",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS",
            "code" : "CHL"
          }
        ]
      }
    }
  ],
  "identifier" : {
    "system" : "http://acme.com/fhir/Composition/EjemploComposition",
    "value" : "Composition1289741"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11503-0"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjemploPatient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EjemploEncounter"
  },
  "date" : "2024-12-01T10:00:00Z",
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/EjemploPRole"
    }
  ],
  "title" : "Notificación de caso ESAVI",
  "section" : [
    {
      "title" : "QuestionnaireResponse",
      "entry" : [
        {
          🔗 "reference" : "QuestionnaireResponse/EjemploESAVIQuestionnaireResponse"
        }
      ]
    }
  ]
}