View raw Markdown
type: exampleresource: ValueSetexample: valueset-example-metadata-2

ValueSet Example: valueset-example-metadata-2

Example XML

<?xml version="1.0" encoding="UTF-8"?><ValueSet xmlns="http://hl7.org/fhir">
  <id value="example-metadata-2"/>
  <meta>

  </meta>
  <!-- NOTE: This is supposed to be example-metadata, but the specification publisher is requiring a URL -->
  <url value="http://hl7.org/fhir/ValueSet/example-metadata-2"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3143"/>
  </identifier>
  <version value="20220721"/>

  <name value="ExampleMetadata"/>
  <title value="Metadata Example"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2022-07-21"/>
    <publisher value="HL7 International / Terminology Infrastructure"/>
    <contact>
        <telecom>
            <system value="url"/>
            <value value="http://hl7.org/fhir"/>
        </telecom>
    </contact>
    <contact>
        <telecom>
            <system value="url"/>
            <value value="http://www.hl7.org/Special/committees/Vocab/index.cfm"/>
        </telecom>
    </contact>
  <description value="This is an example value set that illustrates usage of the metadata resource elements introduced in R5"/>

  <approvalDate value="2021-07-21"/>
  <lastReviewDate value="2022-07-21"/>
  <effectivePeriod>
    <start value="2022-08-01"/>
    <end value="2023-07-31"/>
  </effectivePeriod>
  <topic>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/definition-topic"/>
      <code value="treatment"/>
      <display value="Treatment"/>
    </coding>
  </topic>
  <author>
    <name value="ACME ValueSet Development"/>
    <telecom>
      <system value="url"/>
      <value value="http://acme.org/development"/>
    </telecom>
  </author>
  <editor>
    <name value="ACME ValueSet Management"/>
    <telecom>
      <system value="url"/>
      <value value="http://acme.org/management"/>
    </telecom>
  </editor>
  <reviewer>
    <name value="Society for Creative ValueSet Review"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.org/scvr"/>
    </telecom>
  </reviewer>
  <endorser>
    <name value="National Foundation for ValueSet Quality"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.org/nfvq"/>
    </telecom>
  </endorser>
  <relatedArtifact>
    <type value="derived-from"/>
    <resource value="http://hl7.org/fhir/ValueSet/example"/>
  </relatedArtifact>
  <relatedArtifact>
    <type value="predecessor"/>
    <resource value="http://hl7.org/fhir/ValueSet/example-metadata|20210701"/>
  </relatedArtifact>

  <compose>
    <include>
      <system value="http://hl7.org/fhir/CodeSystem/example-metadata"/>
      <version value="20220721"/>
    </include>
  </compose>

</ValueSet>