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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypeMedicationStatement
IdPS-CA BC Medication Statement Example.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

Medication Statement

Patient: Greta Wiebe

Medication: Prednisone

Dosage: 5mg Twice Daily

Route: Oral route

Status: Active

Effective Date: 2019-11-19

Reason: Pneumonia


Source1

{
  "resourceType": "MedicationStatement",
  "id": "MedicationStatementPSBCExample",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationstatement-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadianclinicaldrugdataset",
        "code": "8000014",
        "display": "Prednisone"
      }
    ],
    "text": "Prednisone"
  },
  "subject": {
    "reference": "Patient/PatientPSBCExample",
    "display": "Greta Wiebe"
  },
  "effectiveDateTime": "2019-11-19",
  "dosage": [
    {
      "text": "5mg Twice Daily",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 5,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "233604007",
          "display": "Pneumonia"
        }
      ],
      "text": "Pneumonia"
    }
  ]
}