Sha256: 0ca20aae0cad50594c9cd974d80ffbc0b523e5e19b8ba9d669e17460a9007d4b

Contents?: true

Size: 1.13 KB

Versions: 10

Compression:

Stored size: 1.13 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="example005"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <basedOn>
    <reference value="CarePlan/gpvisit"/>
  </basedOn>

  <status value="entered-in-error"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27658006"/>
      <display value="Amoxicillin (product)"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/pat1"/>
    <display value="Donald Duck"/> 
  </subject>
  <context>
    <reference value="Encounter/f203"/>
  </context>
  <effectiveDateTime value="2014-01-23"/>
  <dateAsserted value="2015-02-22"/>
  <informationSource>
    <reference value="Patient/pat1"/>
    <display value="Donald Duck"/> 
  </informationSource>


  <note>
    <text value="Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin"/>
  </note>
</MedicationStatement>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/medicationstatementexample5.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/medicationstatementexample5.xml