FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ibcm
Resource TypeMedicationRequest
IdMedicationRequest-uc1-medicationrequest.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest uc1-medicationrequest

identifier: http://www.example.org/prescriptions/12345689 (use: official, )

status: Active

intent: Order

category: Inpatient

Medications

-Reference
*Medication Prostaglandin group E

subject: Anonymous Patient Female, DoB Unknown ( Patient internal identifier)

supportingInformation:

Reasons

-Reference
*Condition D - transposition of the great vessels

note:

Administration just after birth following umbilical line placement

dosageInstruction

text: based on a dosing weight of 3kg

route: Intra-arterial route

method: Umbilical line tube care

DoseAndRates

-Rate[x]
*0.01 mg/kg/min (Details: UCUM codemg/kg/min = 'mg/kg/min')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "uc1-medicationrequest",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.example.org/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"
          }
        }
      ]
    }
  ]
}