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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeMedicationRequest
IdMedicationRequest-00126455-e5f6-4789-a123-456789abcdef.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 00126455-e5f6-4789-a123-456789abcdef

identifier: https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs/J01-AMOX-CAP

status: Active

intent: Order

category: Outpatient

reported: false

medication: Medication

subject: Musa Abdullahi Male, DoB: 1987-07-06 ( nin)

supportingInformation: Observation Age

requester: Practitioner Nkiru Okeke

reasonCode: Acute bacterial sinusitis

courseOfTherapyType: Acute (10 days)

DosageInstructions

-Text
*Take 1 capsule orally every 8 hours for 10 days.

dispenseRequest

quantity: 30 1 (Details: UCUM code1 = '1')

ExpectedSupplyDurations

-ValueUnitSystemCode
*10dayshttp://unitsofmeasure.orgd

Source1

{
  "resourceType": "MedicationRequest",
  "id": "00126455-e5f6-4789-a123-456789abcdef",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs",
      "value": "J01-AMOX-CAP"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "outpatient"
        }
      ]
    }
  ],
  "reportedBoolean": false,
  "medicationReference": {
    "reference": "Medication/NgMedication-001"
  },
  "subject": {
    "reference": "Patient/NgPatient-002"
  },
  "supportingInformation": [
    {
      "reference": "Observation/00124455-e5f8-4789-a123-456789abcdef"
    }
  ],
  "requester": {
    "reference": "Practitioner/NgPractitioner-002"
  },
  "reasonCode": [
    {
      "text": "Acute bacterial sinusitis"
    }
  ],
  "courseOfTherapyType": {
    "text": "Acute (10 days)"
  },
  "dosageInstruction": [
    {
      "text": "Take 1 capsule orally every 8 hours for 10 days."
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 30,
      "unit": "1",
      "system": "http://unitsofmeasure.org",
      "code": "1"
    },
    "expectedSupplyDuration": {
      "value": 10,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}