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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeMedicationRequest
IdMedicationRequest-NgMedicationRequest-002.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 NgMedicationRequest-002

identifier: https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs/N02-PARA-SYR

status: Active

intent: Order

category: Outpatient

reported: false

medication: Medication

subject: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)

requester: Practitioner Hauwa Garba

reasonCode: Fever

courseOfTherapyType: Symptomatic short course

DosageInstructions

-Text
*Give 5 mL orally every 6 hours as needed for fever.

dispenseRequest

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

ExpectedSupplyDurations

-ValueUnitSystemCode
*5dayshttp://unitsofmeasure.orgd

performer: Organization Asokoro District Hospital


Source1

{
  "resourceType": "MedicationRequest",
  "id": "NgMedicationRequest-002",
  "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": "N02-PARA-SYR"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "outpatient"
        }
      ]
    }
  ],
  "reportedBoolean": false,
  "medicationReference": {
    "reference": "Medication/NgMedication-002"
  },
  "subject": {
    "reference": "Patient/NgPatient-003"
  },
  "requester": {
    "reference": "Practitioner/NgPractitioner-003"
  },
  "reasonCode": [
    {
      "text": "Fever"
    }
  ],
  "courseOfTherapyType": {
    "text": "Symptomatic short course"
  },
  "dosageInstruction": [
    {
      "text": "Give 5 mL orally every 6 hours as needed for fever."
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 100,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "expectedSupplyDuration": {
      "value": 5,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    },
    "performer": {
      "reference": "Organization/00134455-e5f6-4789-a123-456789abcdef"
    }
  }
}