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/example005 (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

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

Patient reports they previous said they took Amoxicillin but really didn't

{
  "resourceType" : "MedicationStatement",
  "id" : "example005",
  "status" : "entered-in-error",
  "medication" : {
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "27658006",
        "display" : "Product containing amoxicillin (medicinal product)"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "encounter" : {
    "reference" : "Encounter/f203"
  },
  "effectiveDateTime" : "2014-01-23",
  "dateAsserted" : "2015-02-22",
  "informationSource" : [{
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  }],
  "note" : [{
    "text" : "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
  }]
}

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.