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

FHIR IG analytics

Packagehl7.fhir.us.mcc.r4b
Resource TypeMedicationRequest
IdMedicationRequest-MCCMedExample.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

Resource MedicationRequest "MCCMedExample" Version "1" Updated "2022-06-02 22:43:34+0000"

Information Source: #7rIS993RbUKF1byD!

Profile: Multiple Chronic Condition Care Plan Medication Request

status: active

intent: order

medication: Nizatidine 15 MG/ML Oral Solution [Axid] (RxNorm#582620)

subject: Patient/cc-pat-pnoelle: Patricia Noelle " NOELLE"

authoredOn: 2021-04-05

requester: Practitioner/practitionerMCC-3: Peter Primary, MD " PRIMARY"

DosageInstructions

-TextTiming
*10 mL bidStarting 2021-04-05, Do Once

dispenseRequest

numberOfRepeatsAllowed: 1

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

ExpectedSupplyDurations

-ValueUnitSystemCode
*30daysUnified Code for Units of Measure (UCUM)d

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MCCMedExample",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Uscore MO1 Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a uscore compliant MCC Medication Request Example."
      }
    ],
    "versionId": "1",
    "lastUpdated": "2022-06-02T22:43:34.630+00:00",
    "source": "#7rIS993RbUKF1byD",
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCMedicationRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "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]"
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "authoredOn": "2021-04-05",
  "requester": {
    "reference": "Practitioner/practitionerMCC-3",
    "display": "Peter Primary, MD"
  },
  "dosageInstruction": [
    {
      "text": "10 mL bid",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-04-05"
          }
        }
      }
    }
  ],
  "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"
    }
  }
}