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

FHIR IG analytics

Packagehl7.fhir.us.meds
Resource TypeMedicationRequest
IdMedicationRequest-enca-6.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

id: enca-6

meta:

status: active

intent: order

medication: Amoxicillin 500 MG

subject: Brian Z. Generated Summary: id: test2; Medical Record Number: 1032702 (USUAL); active; Brian Z ; ph: 555-555-5555(HOME); gender: male; birthDate: 1964-01-05

encounter: Inpatient Encounter A. Generated Summary: id: A; status: finished; inpatient encounter; period: 2016-09-10 --> 2016-09-12

authoredOn: 2016-09-12

requester: Dr. B

reasonCode: Pneumonia (disorder)

dosageInstruction:

DispenseRequests

-ValidityPeriodQuantityExpectedSupplyDuration
*2016-09-12 --> 2016-10-1240 Oral Capsule10 days

Source1

{
  "resourceType": "MedicationRequest",
  "id": "enca-6",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "308191",
        "display": "Amoxicillin 500 MG Oral Capsule"
      }
    ],
    "text": "Amoxicillin 500 MG"
  },
  "subject": {
    "reference": "Patient/test2",
    "display": "Brian Z"
  },
  "encounter": {
    "reference": "Encounter/A",
    "display": "Inpatient Encounter A"
  },
  "authoredOn": "2016-09-12",
  "requester": {
    "display": "Dr. B"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "233604007",
          "display": "Pneumonia (disorder)"
        }
      ]
    }
  ],
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "Amoxicillin 500mg by mouth every 6 hours for 10 days",
      "additionalInstruction": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "311504000",
              "display": "With or after food"
            }
          ]
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 6,
          "periodUnit": "h"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use",
            "userSelected": false
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Oral Capsule",
            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code": "ORCAP"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2016-09-12",
      "end": "2016-10-12"
    },
    "quantity": {
      "value": 40,
      "unit": "Oral Capsule",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "ORCAP"
    },
    "expectedSupplyDuration": {
      "value": 10,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}