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 plan de medicamento FALP - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "EjPlanMedicacion",
  "meta" : {
    "profile" : [
      🔗 "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/PlanMedicacionFalp"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement EjPlanMedicacion</b></p><a name=\"EjPlanMedicacion\"> </a><a name=\"hcEjPlanMedicacion\"> </a><a name=\"EjPlanMedicacion-es-CL\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 7904003}\">Deanol</span></p><p><b>subject</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>effective</b>: 2024-11-27 --&gt; 2024-12-15</p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 1 tableta por día</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 260548002}\">Oral</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 Oral Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeORTAB = 'Oral Tablet')</span></td><td>1 d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "7904003",
        "display" : "Deanol"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjPacienteinline"
  },
  "effectivePeriod" : {
    "start" : "2024-11-27",
    "end" : "2024-12-15"
  },
  "dosage" : [
    {
      "sequence" : 1,
      "text" : "1 tableta por día",
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "260548002",
            "display" : "Oral"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Oral Tablet",
            "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code" : "ORTAB"
          },
          "rateQuantity" : {
            "value" : 1,
            "unit" : "d",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          }
        }
      ]
    }
  ]
}