GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. 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/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Ejemplo de Documento - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "EjDocumento",
  "meta" : {
    "profile" : [
      🔗 "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/Documento"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition EjDocumento</b></p><a name=\"EjDocumento\"> </a><a name=\"hcEjDocumento\"> </a><a name=\"EjDocumento-es-CL\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>date</b>: 2024-05-20</p><p><b>author</b>: <a href=\"Practitioner-example-PrestadorIndividual.html\">Practitioner Pedro Gonzaléz </a></p><p><b>title</b>: Resumen Paciente</p><p><b>custodian</b>: <a href=\"Organization-example-Organizacion.html\">Organization: extension = Público,Establecimientos Hospitalarios,Nivel Terciario,Perteneciente al Sistema Nacional de Servicios de Salud; identifier = http://example.org/identifiers#7777777-7</a></p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "60591-5",
        "display" : "Patient summary Document"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjPacienteinline"
  },
  "date" : "2024-05-20",
  "author" : [
    {
      🔗 "reference" : "Practitioner/example-PrestadorIndividual"
    }
  ],
  "title" : "Resumen Paciente",
  "custodian" : {
    🔗 "reference" : "Organization/example-Organizacion"
  },
  "section" : [
    {
      "title" : "Alergías e intolerancias",
      "code" : {
        "coding" : [
          {
            "system" : "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc",
            "code" : "07"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "AllergyIntolerance/EjAlergia"
        }
      ]
    },
    {
      "title" : "Medicamentos",
      "code" : {
        "coding" : [
          {
            "system" : "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc",
            "code" : "08"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "MedicationStatement/EjPlanMedicacion"
        }
      ]
    },
    {
      "title" : "Vacunas e inmunizaciones",
      "code" : {
        "coding" : [
          {
            "system" : "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc",
            "code" : "09"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Immunization/EjVacunas"
        }
      ]
    },
    {
      "title" : "Dispositivos médicos",
      "code" : {
        "coding" : [
          {
            "system" : "https://falp.cl/fhir/ig/IPSFalp/CodeSystem/CSSeccionesDoc",
            "code" : "10"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Device/EjDispMedicos"
        }
      ]
    }
  ]
}