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

FHIR IG analytics

Packagehl7.fhir.us.specialty-rx.r4b
Resource TypeMedicationRequest
IdMedicationRequest-specialty-rx-medicationrequest-1.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 "specialty-rx-medicationrequest-1"

Profile: Specialty Prescription

status: active

intent: order

medication: Humira 40 MG in 0.4 ML Auto-Injector (RxNorm#1872980; National drug codes#00074055401)

subject: Patient/specialty-rx-patient-1 " DOE"

authoredOn: 2020-03-10

requester: Practitioner/specialty-rx-practitioner-1 " SMITH"

DosageInstructions

-Text
*Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter

dispenseRequest

InitialFills

-Quantity
*4 {each}

numberOfRepeatsAllowed: 2

ExpectedSupplyDurations

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

performer: : Our Specialty Pharmacy

Substitutions

-Allowed[x]
*false

Source1

{
  "resourceType": "MedicationRequest",
  "id": "specialty-rx-medicationrequest-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1872980",
        "display": "Humira 40 MG in 0.4 ML Auto-Injector"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "00074055401"
      }
    ]
  },
  "subject": {
    "reference": "Patient/specialty-rx-patient-1"
  },
  "authoredOn": "2020-03-10",
  "requester": {
    "reference": "Practitioner/specialty-rx-practitioner-1"
  },
  "dosageInstruction": [
    {
      "text": "Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter"
    }
  ],
  "dispenseRequest": {
    "initialFill": {
      "quantity": {
        "value": 4,
        "unit": "{each}"
      }
    },
    "numberOfRepeatsAllowed": 2,
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    },
    "performer": {
      "identifier": {
        "value": "TBD Pharmacy ID"
      },
      "display": "Our Specialty Pharmacy"
    }
  },
  "substitution": {
    "allowedBoolean": false
  }
}