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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-contained-oral-axid.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-contained-oral-axid

status: Active

intent: Order

medication: Nizatidine 15 MG/ML Oral Solution [Axid]

subject: Amy Shaw

authoredOn: 2008-04-05

requester: Ronald Bone, MD

reasonCode: Active Duodenal Ulcer

dosageInstruction

text: 10 mL bid

timing: 2 per 1 day

route: Oral route

DoseAndRates

-Dose[x]
*10 ml (Details: UCUM codemL = 'mL')

dispenseRequest

numberOfRepeatsAllowed: 1

quantity: 480 mL (Details: UCUM codemL = 'mL')

ExpectedSupplyDurations

-ValueUnitSystemCode
*30dayshttp://unitsofmeasure.orgd

Generated Narrative: Medication #med2

code: Nizatidine 15 MG/ML Oral Solution [Axid]


Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-contained-oral-axid",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med2",
      "code": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "582620",
            "display": "Nizatidine 15 MG/ML Oral Solution [Axid]"
          }
        ],
        "text": "Nizatidine 15 MG/ML Oral Solution [Axid]"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "#med2",
    "display": "Nizatidine 15 MG/ML Oral Solution [Axid]"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "authoredOn": "2008-04-05",
  "requester": {
    "reference": "Practitioner/practitioner-1",
    "display": "Ronald Bone, MD"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/731000124108",
          "code": "51868009",
          "display": "Ulcer of duodenum (disorder)"
        }
      ],
      "text": "Active Duodenal Ulcer"
    }
  ],
  "dosageInstruction": [
    {
      "text": "10 mL bid",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2008-04-05"
          },
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/731000124108",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 10,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "mL"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 480,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}