International Birth And Child Model Implementation Guide
1.0.0-ballot - ballot International flag

This page is part of the International Birth And Child Model Implementation Guide (v1.0.0-ballot: Releases Ballot 1) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions

: UC1 MedicationRequest Prostaglandin E Infusion - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "uc1-medicationrequest",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"uc1-medicationrequest\"> </a></p><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\">Resource MedicationRequest &quot;uc1-medicationrequest&quot; </p></div><p><b>identifier</b>: id:\u00a012345689\u00a0(use:\u00a0OFFICIAL)</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Inpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-medicationrequest-admin-location.html\">Medication request  administration  location  codes</a>#inpatient)</span></p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-uc1-medication.html\">Medication/uc1-medication</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-uc1-fetus.html\">Patient/uc1-fetus</a></p><p><b>supportingInformation</b>: </p><ul><li><a href=\"Observation-uc1-estimatedfetalbodyweight.html\">Observation/uc1-estimatedfetalbodyweight</a></li><li><a href=\"Observation-uc1-estimatedfetalbodyweight.html\">Observation/uc1-estimatedfetalbodyweight</a></li></ul><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-uc1-399216004.html\">Condition/uc1-399216004</a></td></tr></table><p><b>note</b>: Administration just after birth following umbilical line placement</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: based on a dosing weight of 3kg</p><p><b>route</b>: Intra-arterial route <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#58100008)</span></p><p><b>method</b>: Umbilical line tube care <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#386482009)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.bmc.nl/portal/prescriptions",
      "value" : "12345689"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
          "code" : "inpatient",
          "display" : "Inpatient"
        }
      ]
    }
  ],
  "medication" : {
    "reference" : {
      "reference" : "Medication/uc1-medication"
    }
  },
  "subject" : {
    "reference" : "Patient/uc1-fetus"
  },
  "supportingInformation" : [
    {
      "reference" : "Observation/uc1-estimatedfetalbodyweight"
    },
    {
      "reference" : "Observation/uc1-estimatedfetalbodyweight"
    }
  ],
  "reason" : [
    {
      "reference" : {
        "reference" : "Condition/uc1-399216004"
      }
    }
  ],
  "note" : [
    {
      "text" : "Administration just after birth following umbilical line placement"
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "based on a dosing weight of 3kg",
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "58100008",
            "display" : "Intra-arterial route"
          }
        ]
      },
      "method" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "386482009",
            "display" : "Umbilical line tube care"
          }
        ]
      },
      "doseAndRate" : [
        {
          "rateQuantity" : {
            "value" : 0.01,
            "system" : "http://unitsofmeasure.org",
            "code" : "mg/kg/min"
          }
        }
      ]
    }
  ]
}