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-chr-on-west-MedicationStatement-9003.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

Active medication: Metformin 500 mg Tablet. Dosage: Take 1 tablet by mouth twice daily with meals. Ongoing treatment for type 2 diabetes.

Source1

{
  "resourceType": "MedicationStatement",
  "id": "chr-on-west-MedicationStatement-9003",
  "meta": {
    "lastUpdated": "2024-12-10T10:00:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwMedicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://prescribeit.ca/fhir/StructureDefinition/ext-rendered-dosage-instruction",
      "valueString": "Take 1 tablet by mouth twice daily with meals"
    }
  ],
  "identifier": [
    {
      "system": "urn:telus:emr:chr:on-west:123:medicationstatement",
      "value": "9003"
    }
  ],
  "status": "active",
  "statusReason": [
    {
      "text": "Ongoing treatment for type 2 diabetes"
    }
  ],
  "medicationReference": {
    "reference": "Medication/chr-on-west-Medication-9001"
  },
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "display": "Sarah Marie Johnson"
  },
  "_effectiveDateTime": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "not-applicable"
      }
    ]
  }
}