Health Care Surveys Content Implementation Guide (IG)
1.0.0 - STU1 Release 1 United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v1.0.0: STU1 Release 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MedicationStatement Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-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/1",
    "display" : "Dominique"
  },
  "effectiveDateTime" : "2015-11-01",
  "dateAsserted" : "2015-11-01",
  "informationSource" : {
    "reference" : "Patient/1"
  },
  "note" : [
    {
      "text" : "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"
    }
  ]
}