FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/example-supplement (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

ValueSet Example using proeprty filter (intensional) defined in a supplement (id = "example-supplement")

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="example-supplement"/> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b> Generated Narrative: ValueSet example-supplement</b> 
      </p> 
      <a name="example-supplement"> </a> 
      <a name="hcexample-supplement"> </a> 
      <a name="example-supplement-en-US"> </a> 
      <p> This ValueSet requires the Code system Supplement 
        <a href="codesystem-example-supplement.html">Cholesterol Code Legacy Status</a> .
      </p> 
      <ul> 
        <li> Include codes from
          <a href="codesystem-example.html">
            <code> http://hl7.org/fhir/CodeSystem/example</code> 
          </a>  where legacy  = true
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-supplement">
    <valueCanonical value="http://hl7.org/fhir/CodeSystem/example-supplement"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/example-supplement"/> 
  <version value="6.0.0-ballot2"/> 
  <name value="ACMECholCodesPlasmaSupplemented"/> 
  <title value="ACME Codes for Cholesterol: Plasma only (Supplemented)"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2018-11-01"/> 
  <publisher value="HL7 International / Terminology Infrastructure"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/Vocab"/> 
    </telecom> 
  </contact> 
  <description value="ACME Codes for Cholesterol: Plasma only - demonstrating the use of a supplement
   defined in a CodeSystem"/> 
  <compose> 
    <include> 
      <system value="http://hl7.org/fhir/CodeSystem/example"/> 
      <filter> 
        <property value="legacy"/> 
        <op value="="/> 
        <value value="true"/> 
      </filter> 
    </include> 
    <property value="status"/> 
  </compose> 
</ValueSet> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.