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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeMedicationRequest
IdMedicationRequest-ma-ma-schema-1-MedicationRequest-8002.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 ma-ma-schema-1-MedicationRequest-8002

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: urn:telus:emr:ma:ma-schema-1:MedicationRequest/8002 (use: official, )

status: Active

intent: Order

priority: Routine

medication: Amlodipine 5 mg Tablet

subject: John Michael Smith

encounter: Encounter: identifier = urn:telus:emr:ma:ma-schema-1:Encounter#2001 (use: official, ); status = finished; class = ambulatory (ActCode#AMB); type = ; period = 2023-12-18 10:00:00+0000 --> 2023-12-18 10:45:00+0000; reasonCode =

supportingInformation: Blood Pressure: 120/80 mmHg

authoredOn: 2023-12-18 10:35:00+0000

requester: Dr. Sarah Johnson

reasonReference: Essential Hypertension

note:

Take once daily in the morning. Monitor blood pressure regularly.

dosageInstruction

sequence: 1

text: Take 1 tablet by mouth once daily

timing: Code , Once per 1 day

route: Oral

DoseAndRates

-TypeDose[x]
*Ordered1 Tablet (Details: unknown codeTAB = 'TAB')

dispenseRequest

validityPeriod: 2023-12-18 --> 2024-06-18

numberOfRepeatsAllowed: 5

quantity: 30 Tablet (Details: Orderable Drug Form codeTAB = 'Tablet')

ExpectedSupplyDurations

-ValueUnitSystemCode
*30dayshttp://unitsofmeasure.orgd

Substitutions

-Allowed[x]Reason
*trueformulary policy

Source1

{
  "resourceType": "MedicationRequest",
  "id": "ma-ma-schema-1-MedicationRequest-8002",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:MedicationRequest",
      "value": "8002"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "medicationReference": {
    "reference": "Medication/ma-ma-schema-1-Medication-8001",
    "type": "Medication",
    "display": "Amlodipine 5 mg Tablet"
  },
  "subject": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "encounter": {
    "reference": "Encounter/ma-ma-schema-1-Encounter-2001",
    "type": "Encounter"
  },
  "supportingInformation": [
    {
      "reference": "Observation/ma-ma-schema-1-Observation-vitals-bp-5001",
      "type": "Observation",
      "display": "Blood Pressure: 120/80 mmHg"
    }
  ],
  "authoredOn": "2023-12-18T10:35:00Z",
  "requester": {
    "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
    "type": "Practitioner",
    "display": "Dr. Sarah Johnson"
  },
  "reasonReference": [
    {
      "reference": "Condition/ma-ma-schema-1-Condition-problem-list-3001",
      "type": "Condition",
      "display": "Essential Hypertension"
    }
  ],
  "note": [
    {
      "text": "Take once daily in the morning. Monitor blood pressure regularly."
    }
  ],
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "Take 1 tablet by mouth once daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        },
        "code": {
          "coding": [
            {
              "system": "urn:telus:emr:ma:ma-schema-1:medication-frequency",
              "code": "QD",
              "display": "Once daily"
            }
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "urn:telus:emr:ma:ma-schema-1:medication-route",
            "code": "PO",
            "display": "Oral"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "Tablet",
            "system": "urn:telus:emr:ma:ma-schema-1:medication-dose-unit",
            "code": "TAB"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2023-12-18",
      "end": "2024-06-18"
    },
    "numberOfRepeatsAllowed": 5,
    "quantity": {
      "value": 30,
      "unit": "Tablet",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "TAB"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  },
  "substitution": {
    "allowedBoolean": true,
    "reason": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "FP",
          "display": "formulary policy"
        }
      ]
    }
  }
}