Sha256: e7f313848f47f33321dff73c8df6afb56a8bba1773b463537ff02fd968cae439

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
  <id value="example-filter"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
  <url value="http://hl7.org/fhir/ValueSet/example-filter"/>
  <version value="4.0.1"/>
  <name value="ACMECholCodesPlasma"/>
  <title value="ACME Codes for Cholesterol: Plasma only"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2018-11-01"/>
  <publisher value="HL7 International"/>
  <contact>
    <name value="FHIR project team"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/CodeSystem/example"/>
      <filter>
        <property value="acme-plasma"/>
        <op value="="/>
        <value value="true"/>
      </filter>
    </include>
  </compose>
</ValueSet>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/valueset-example-filter.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/valueset-example-filter.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/valueset-example-filter.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/valueset-example-filter.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/valueset-example-filter.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/valueset-example-filter.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/valueset-example-filter.xml