Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. 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/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Prescripción de medicamentos - Ejemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "Prescripcion-CL-Ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Prescripcion-embarazo-cl-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest Prescripcion-CL-Ejemplo</b></p><a name=\"Prescripcion-CL-Ejemplo\"> </a><a name=\"hcPrescripcion-CL-Ejemplo\"> </a><a name=\"Prescripcion-CL-Ejemplo-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Original Order</p><p><b>medication</b>: <a href=\"Medication-Medicamento-Emb-Ejemplo.html\">Tableta de Calcio</a></p><p><b>subject</b>: <a href=\"Patient-Paciente-Emb-Ejemplo.html\">Susy  Female, DoB: 1995-05-01 ( Chile: 14.241.432-8\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>requester</b>: <a href=\"Practitioner-Prestador-Emb-Ejemplo.html\">Practitioner Bernarda Antonella Zuñiga (official)</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Administrar 200 mg por día hasta el final de la gestación.</p><p><b>timing</b>: Once per 1 days</p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20002500}\">Vía de administración bucal</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>200 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>"
  },
  "status" : "completed",
  "intent" : "original-order",
  "medicationReference" : {
    🔗 "reference" : "Medication/Medicamento-Emb-Ejemplo",
    "display" : "Tableta de Calcio"
  },
  "subject" : {
    🔗 "reference" : "Patient/Paciente-Emb-Ejemplo"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/Prestador-Emb-Ejemplo"
  },
  "dosageInstruction" : [
    {
      "text" : "Administrar 200 mg por día hasta el final de la gestación.",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://standardterms.edqm.eu",
            "code" : "20002500",
            "display" : "Buccal use"
          }
        ],
        "text" : "Vía de administración bucal"
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 200,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}