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

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "EjVacunas",
  "meta" : {
    "profile" : [
      🔗 "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/VacunasFalp"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization EjVacunas</b></p><a name=\"EjVacunas\"> </a><a name=\"hcEjVacunas\"> </a><a name=\"EjVacunas-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas pentavalente}\">Pentavalente</span></p><p><b>patient</b>: <a href=\"Patient-EjPacienteinline.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7\u00a0(use:\u00a0secondary,\u00a0))</a></p><p><b>occurrence</b>: 2014-11-27</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 6894000}\">Medial surface of arm</span></p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20025000}\">Intrabursal use</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 32398004}\">Bronchitis (disorder)</span></td><td>2</td></tr></table></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas",
        "code" : "pentavalente",
        "display" : "Pentavalente"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/EjPacienteinline"
  },
  "occurrenceDateTime" : "2014-11-27",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6894000",
        "display" : "Medial surface of arm"
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "20025000",
        "display" : "Intrabursal use"
      }
    ]
  },
  "protocolApplied" : [
    {
      "targetDisease" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "32398004",
              "display" : "Bronchitis (disorder)"
            }
          ]
        }
      ],
      "doseNumberPositiveInt" : 2
    }
  ]
}