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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeMedicationStatement
IdMedicationStatement-example-medicationstatement-ca-core.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": "MedicationStatement",
  "id": "example-medicationstatement-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medicationstatement-ca-core"
    ]
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/example-medication-ca-core"
  },
  "subject": {
    "reference": "example-patient-ca-core-2"
  },
  "effectivePeriod": {
    "start": "2024-03-27",
    "end": "2024-12-31"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "22298006",
          "system": "http://snomed.info/sct",
          "display": "Myocardial infarction (disorder)"
        }
      ],
      "text": "Secondary prevention of cardiovascular events"
    }
  ],
  "dosage": [
    {
      "text": "Take 20mg once daily at bedtime",
      "route": {
        "coding": [
          {
            "code": "26643006",
            "system": "http://snomed.info/sct",
            "display": "Oral route (qualifier value)"
          }
        ]
      }
    }
  ]
}