Sha256: c0527f37f220c3a07e5f824931570083e12605cda99c74b6187fc5e82d1f16e4

Contents?: true

Size: 1.34 KB

Versions: 10

Compression:

Stored size: 1.34 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="example007"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <contained>
    <Medication>
      <id value="med0315"/>
      <code>
        <coding>
          <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
          <code value="358793"/>
          <display value="Mometasone Furoate 0.05mg/Actuat"/>
        </coding>
      </code>
        <form>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="385157007"/>
            <display value="Nasal Spray"/>
          </coding>
        </form>
      
    </Medication>
  </contained>
  <status value="active"/>
  <medicationReference> <!--   Linked to a RESOURCE Medication   -->
    <reference value="#med0315"/>
  </medicationReference>
  <subject>
    <reference value="Patient/pat1"/>
    <display value="Donald Duck"/> 
  </subject>
  <informationSource>
    <reference value="Patient/pat1"/>
    <display value="Donald Duck"/> 
  </informationSource>


  <note>
    <text value="patient plans to start using for seasonal allergies in the Spring when pollen is in the air"/>
  </note>
</MedicationStatement>

Version data entries

10 entries across 10 versions & 1 rubygems

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