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

FHIR IG analytics

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

identifier: https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs/A10-INSULIN-NPH

status: Active

intent: Order

category: Community

reported: false

medication: Medication

subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)

requester: Practitioner Kehinde Adebayo

reasonCode: Type 1 diabetes mellitus

courseOfTherapyType: Long-term (chronic) therapy

DosageInstructions

-Text
*Inject 10 units subcutaneously before breakfast daily.

dispenseRequest

numberOfRepeatsAllowed: 3

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

ExpectedSupplyDurations

-ValueUnitSystemCode
*30dayshttp://unitsofmeasure.orgd

performer: Organization Kano Central Hospital Pharmacy


Source1

{
  "resourceType": "MedicationRequest",
  "id": "NgMedicationRequest-003",
  "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": "A10-INSULIN-NPH"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "community"
        }
      ]
    }
  ],
  "reportedBoolean": false,
  "medicationReference": {
    "reference": "Medication/NgMedication-003"
  },
  "subject": {
    "reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
  },
  "requester": {
    "reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
  },
  "reasonCode": [
    {
      "text": "Type 1 diabetes mellitus"
    }
  ],
  "courseOfTherapyType": {
    "text": "Long-term (chronic) therapy"
  },
  "dosageInstruction": [
    {
      "text": "Inject 10 units subcutaneously before breakfast daily."
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 3,
    "quantity": {
      "value": 10,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    },
    "performer": {
      "reference": "Organization/NgOrganization-002"
    }
  }
}