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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeMedicationStatement
IdMedicationStatement-ma-ma-schema-1-MedicationStatement-8003.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: MedicationStatement ma-ma-schema-1-MedicationStatement-8003

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:MedicationStatement/8003 (use: official, )

status: Active

medication: Amlodipine 5 mg Tablet

subject: John Michael Smith

context: 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 =

effective: 2023-06-15 --> (ongoing)

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

informationSource: John Michael Smith

derivedFrom: MedicationRequest: identifier = urn:telus:emr:ma:ma-schema-1:MedicationRequest#8002 (use: official, ); status = active; intent = order; priority = routine; medication[x] = ->Amlodipine 5 mg Tablet; authoredOn = 2023-12-18 10:35:00+0000; note = Take once daily in the morning. Monitor blood pressure regularly.

reasonReference: Essential Hypertension

note:

Patient reports good adherence. Taking medication as prescribed. No side effects reported.

dosage

sequence: 1

text: Take 1 tablet by mouth once daily in the morning

timing: Code , Morning, Once per 1 day

asNeeded: false

route: Oral

DoseAndRates

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

Source1

{
  "resourceType": "MedicationStatement",
  "id": "ma-ma-schema-1-MedicationStatement-8003",
  "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:MedicationStatement",
      "value": "8003"
    }
  ],
  "status": "active",
  "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"
  },
  "context": {
    "reference": "Encounter/ma-ma-schema-1-Encounter-2001",
    "type": "Encounter"
  },
  "effectivePeriod": {
    "start": "2023-06-15"
  },
  "dateAsserted": "2023-12-18T10:35:00Z",
  "informationSource": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "derivedFrom": [
    {
      "reference": "MedicationRequest/ma-ma-schema-1-MedicationRequest-8002",
      "type": "MedicationRequest"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/ma-ma-schema-1-Condition-problem-list-3001",
      "type": "Condition",
      "display": "Essential Hypertension"
    }
  ],
  "note": [
    {
      "text": "Patient reports good adherence. Taking medication as prescribed. No side effects reported."
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "Take 1 tablet by mouth once daily in the morning",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "urn:telus:emr:ma:ma-schema-1:medication-frequency",
              "code": "QD",
              "display": "Once daily"
            }
          ]
        }
      },
      "asNeededBoolean": false,
      "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"
          }
        }
      ]
    }
  ]
}