Sha256: 9a34e24c1ca01997708afadd876e1b24d2561fd4d836a8cb0c1128eb51ceaa01

Contents?: true

Size: 1.46 KB

Versions: 10

Compression:

Stored size: 1.46 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Medication xmlns="http://hl7.org/fhir">
  <id value="med0316"/>
  <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="sub04"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="387324004"/>
          <display value="Chlorthalidone (substance)"/>
        </coding>
      </code>
    </Substance>
  </contained>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="317935006"/>
      <display value="Chlorthalidone 50mg tablet (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="#sub04"/>
      </itemReference>
      <strength>
        <numerator>
          <value value="50"/>
          <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/medicationexample0316.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/medicationexample0316.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/medicationexample0316.xml