Sha256: eb6fc75ace3fefde4b6a3e9c0d84687d9c1c26df8425a2fb4bb23afd91d73480

Contents?: true

Size: 1.44 KB

Versions: 10

Compression:

Stored size: 1.44 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Medication xmlns="http://hl7.org/fhir">
  <id value="med0310"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <contained>
    <Substance>
      <id value="sub03"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="55452001"/>
          <display value="Oxycodone (substance)"/>
        </coding>
      </code>
    </Substance>
  </contained>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="430127000"/>
      <display value="Oral Form Oxycodone (product)"/>
    </coding>
  </code>
    <form>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="385055001"/>
        <display value="Tablet dose form (qualifier value)"/>
      </coding>
    </form>
    <ingredient>
      <itemReference>
        <reference value="#sub03"/>
      </itemReference>
      <strength>
        <numerator>
          <value value="5"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mg"/>
        </numerator>
        <denominator>
          <value value="1"/>
          <system value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
          <code value="TAB"/>
        </denominator>
      </strength>
    </ingredient>
  
</Medication>

Version data entries

10 entries across 10 versions & 1 rubygems

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