{
  "resourceType" : "MedicationStatement",
  "id" : "example",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-medicationstatement"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Narrative: MedicationStatement</b></p></div>"
  },
  "status" : "entered-in-error",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "27658006",
      "display" : "Amoxicillin-containing product"
    }]
  },
  "subject" : {
    "reference" : "Patient/patient-respnet-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectiveDateTime" : "2015-11-01",
  "dateAsserted" : "2015-11-01",
  "informationSource" : {
    "reference" : "Patient/patient-respnet-eve-everywoman"
  },
  "note" : [{
    "text" : "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
  }]
}