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

FHIR IG analytics

Packagemyhie.v4
Resource TypeMedicationRequest
Idexample-medicationrequest.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "example-medicationrequest",
  "meta": {
    "versionId": "22",
    "lastUpdated": "2022-08-23T01:16:17.078+08:00",
    "source": "http://provider.hie.moh.gov.my#n7H32liwkCsZ3z3b",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/MedicationRequest-my-core"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/drug-form-my-core",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/drug-dose-form-my-core",
            "code": "270",
            "display": "Oral Tablet"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "value": "HTJ-HAIDAR-MED-01"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "inpatient",
          "display": "Inpatient"
        }
      ]
    }
  ],
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/drug-my-core",
        "code": "N02BE01000T1001XX",
        "display": "Paracetamol 500 mg Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/HIE-2200000497"
  },
  "encounter": {
    "reference": "Encounter/HTJ-ENC-2207000225"
  },
  "authoredOn": "2022-08-19T12:30:00+08:00",
  "requester": {
    "reference": "Organization/11-05060009"
  },
  "recorder": {
    "reference": "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"
  },
  "groupIdentifier": {
    "value": "MED-GROUP-01"
  },
  "note": [
    {
      "authorReference": {
        "reference": "PractitionerRole/4e673931-81e2-4891-afce-8de0fab77b4f"
      },
      "time": "2022-08-19T12:30:00+08:00",
      "text": "For Pneumonia"
    },
    {
      "authorReference": {
        "reference": "PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"
      },
      "time": "2022-08-22T14:30:00+08:00",
      "text": "Continue prescription"
    }
  ],
  "dosageInstruction": [
    {
      "extension": [
        {
          "url": "http://fhir.hie.moh.gov.my/StructureDefinition/drug-cautionary-my-core",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/drug-cautionary-my-core",
                "code": "60",
                "display": "Avoid contact with eyes"
              }
            ],
            "text": "Avoid contact with eyes"
          }
        }
      ],
      "additionalInstruction": [
        {
          "coding": [
            {
              "system": "http://fhir.hie.moh.gov.my/ValueSet/drug-special-instruction-my-core",
              "code": "10",
              "display": "Administer 15-30 minutes before _____"
            }
          ],
          "text": "Administer 15-30 minutes before _____"
        }
      ],
      "patientInstruction": "Apply as directed",
      "timing": {
        "code": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code": "BID",
              "display": "BID"
            }
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      }
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2022-08-19T00:30:00.000+08:00",
      "end": "2022-08-24T00:30:00.000+08:00"
    },
    "quantity": {
      "value": 500,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    },
    "expectedSupplyDuration": {
      "value": 5,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    },
    "performer": {
      "reference": "Organization/11-05060009"
    }
  }
}