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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4b
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-example-ach-pass1-vancomycin.json
FHIR VersionR4B

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 medicationrequest-example-ach-pass1-vancomycin

identifier: http://example.org/identifiers/798/101888811 (use: usual, )

status: Completed

intent: Order

category: Inpatient

medication: vancomycin Injectable Solution 50MG

subject: Pass1 ACH

encounter: Hospital Admission

authoredOn: 2024-02-02 13:43:00-0500

requester: Pass1 ACH(official) Female, DoB: 2024-02-01 ( MRN: 1601191901010308 (use: usual, ))

dosageInstruction

text: 15mg/kg every 12 hours

timing: Once per 12 hours

asNeeded: false

route: IV

DoseAndRates

-TypeDose[x]
*calculated15 mg/kg (Details: UCUM codemg/kg = 'mg/kg')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-example-ach-pass1-vancomycin",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://example.org/identifiers/798",
      "value": "101888811"
    }
  ],
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "inpatient",
          "display": "Inpatient"
        }
      ],
      "text": "Inpatient"
    }
  ],
  "medicationReference": {
    "reference": "Medication/medication-example-vancomycin-15",
    "display": "vancomycin Injectable Solution 50MG"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass1",
    "display": "Pass1 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass1",
    "display": "Hospital Admission"
  },
  "authoredOn": "2024-02-02T13:43:00-05:00",
  "requester": {
    "reference": "Patient/patient-example-ach-ach-pass1"
  },
  "dosageInstruction": [
    {
      "text": "15mg/kg every 12 hours",
      "timing": {
        "repeat": {
          "period": 12,
          "periodUnit": "h"
        }
      },
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "Intravenous route"
          }
        ],
        "text": "IV"
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "calculated",
                "display": "Calculated"
              }
            ],
            "text": "calculated"
          },
          "doseQuantity": {
            "value": 15,
            "unit": "mg/kg",
            "system": "http://unitsofmeasure.org",
            "code": "mg/kg"
          }
        }
      ]
    }
  ]
}