Health Care Surveys Content Implementation Guide (IG)
1.0.1 - CI Build United States of America flag

Health Care Surveys Content Implementation Guide (IG), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions

: MedicationStatement Example - XML Representation

Raw xml | Download



<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationstatement"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b> Narrative: MedicationStatement</b></p></div>
  </text>
  <status value="entered-in-error"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27658006"/>
      <display value="Amoxicillin-containing product"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/1"/>
    <display value="Dominique"/>
  </subject>
  <effectiveDateTime value="2015-11-01"/>
  <dateAsserted value="2015-11-01"/>
  <informationSource>
    <reference value="Patient/1"/>
  </informationSource>
  <note>
    <text
          value="Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"/>
  </note>
</MedicationStatement>