View raw Markdown
type: valuesetvalueset: concrete-fhir-types

Concrete FHIR Types

Content (Compose)

ValueSet XML

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

<ValueSet xmlns="http://hl7.org/fhir">
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3296"/>
  </identifier>
  <name value="ConcreteFHIRTypes"/>
  <title value="Concrete FHIR Types"/>
  <status value="draft"/>
  <experimental value="false"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="List of all non-abstract types, data types and resources"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/fhir-types"/>
    </include>
  </compose>
</ValueSet>