FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationStatement/example010 (JSON)

Responsible Owner: Pharmacy Work GroupStandards Status: InformativeCompartments: Encounter, Group, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Patient is currently not taking any medications.

{
  "resourceType" : "MedicationStatement",
  "id" : "example010",
  "status" : "recorded",
  "medication" : {
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "787481004",
        "display" : "No known medications"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "effectiveDateTime" : "2015-01-23",
  "dateAsserted" : "2015-02-22",
  "informationSource" : [{
    "reference" : "Practitioner/example"
  }],
  "note" : [{
    "text" : "No known medications for the patient."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.