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-enoxaparin.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-enoxaparin

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

status: Active

intent: Order

category: Inpatient Medication

medication: 0.4 ML enoxaparin sodium 100 MG/ML Prefilled Syringe

subject: Pass2 ACH

encounter: Critical care visit

authoredOn: 2024-02-02 12:21:00-0500

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

dosageInstruction

text: 0.4ml subcutaneous once daily in abdomen

timing: Once per 1 day

asNeeded: false

site: Subcutaneous tissue structure of anterior abdominal wall (body structure)

route: Oral

DoseAndRates

-TypeDose[x]
*calculated4000 uL (Details: UCUM codeuL = 'uL')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-example-ach-pass3-enoxaparin",
  "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": "101888833"
    }
  ],
  "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-enoxaparin",
    "display": "0.4 ML enoxaparin sodium 100 MG/ML Prefilled Syringe"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass3",
    "display": "Pass2 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass3-acute",
    "display": "Critical care visit"
  },
  "authoredOn": "2024-02-02T12:21:00-05:00",
  "requester": {
    "reference": "Patient/patient-example-ach-ach-pass3"
  },
  "dosageInstruction": [
    {
      "text": "0.4ml subcutaneous once daily in abdomen",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "site": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "42972002",
            "display": "Subcutaneous tissue structure of anterior abdominal wall (body structure)"
          }
        ]
      },
      "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": 4000,
            "unit": "uL",
            "system": "http://unitsofmeasure.org",
            "code": "uL"
          }
        }
      ]
    }
  ]
}