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-pass2-dex4-tablet.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-pass2-dex4-tablet

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

status: Active

intent: Plan

category: Outpatient

medication: Dex4 4 gm chewable tablet X1

subject: Pass2 ACH

encounter: Emergency Encounter

authoredOn: 2024-01-31 04:46:00-0500

requester: Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))

dosageInstruction

text: 4 gm chewable tablet X1

timing: Once per 1 day

asNeeded: false

route: Oral

DoseAndRates

-TypeDose[x]
*calculated4 g (Details: UCUM codeg = 'g')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-example-ach-pass2-dex4-tablet",
  "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": "101888892"
    }
  ],
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "outpatient",
          "display": "Outpatient"
        }
      ],
      "text": "Outpatient"
    }
  ],
  "medicationReference": {
    "reference": "Medication/medication-example-dex4-tablet",
    "display": "Dex4 4 gm chewable tablet X1"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass2",
    "display": "Pass2 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass2-emergency",
    "display": "Emergency Encounter"
  },
  "authoredOn": "2024-01-31T04:46:00-05:00",
  "requester": {
    "reference": "Patient/patient-example-ach-ach-pass2"
  },
  "dosageInstruction": [
    {
      "text": "4 gm chewable tablet X1",
      "timing": {
        "repeat": {
          "frequency": 1,
          "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": 4,
            "unit": "g",
            "system": "http://unitsofmeasure.org",
            "code": "g"
          }
        }
      ]
    }
  ]
}