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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-example-ach-pass3-metronidazole.json
FHIR VersionR4

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-pass3-metronidazole

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

status: Active

intent: Order

category: Inpatient Medication

medication: Metronidazole 500 MG

subject: Pass2 ACH

encounter: Short Stay

authoredOn: 2024-02-01 20:33:00-0500

requester: Pass3 ACH(official) Female, DoB: 2007-10-08 ( MRN: 1601191903010308 (use: usual, ))

dosageInstruction

text: 5mg tablet by mouth twice daily

timing: 2 per 1 day

asNeeded: false

route: Oral

DoseAndRates

-TypeDose[x]
*calculated5 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-example-ach-pass3-metronidazole",
  "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": "101888832"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "inpatient",
          "display": "Inpatient"
        }
      ],
      "text": "Inpatient Medication"
    }
  ],
  "medicationReference": {
    "reference": "Medication/medication-example-metronidazole",
    "display": "Metronidazole 500 MG"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass3",
    "display": "Pass2 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass3-short-stay",
    "display": "Short Stay"
  },
  "authoredOn": "2024-02-01T20:33:00-05:00",
  "requester": {
    "reference": "Patient/patient-example-ach-ach-pass3"
  },
  "dosageInstruction": [
    {
      "text": "5mg tablet by mouth twice daily",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Use"
          }
        ],
        "text": "Oral"
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "calculated",
                "display": "Calculated"
              }
            ],
            "text": "calculated"
          },
          "doseQuantity": {
            "value": 5,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}