Bulk Data Access IG
2.0.0 - ci-build International flag

Bulk Data Access IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bulk-data/ and changes regularly. See the Directory of published versions

: Person and Practitioner from GroupType Value Set - XML Representation

Page standards status: Trial-use

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="group-type-subset"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet group-type-subset</b></p><a name="group-type-subset"> </a><a name="hcgroup-type-subset"> </a><a name="group-type-subset-en-US"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-group-type.html"><code>http://hl7.org/fhir/group-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-group-type.html#group-type-person">person</a></td><td style="color: #cccccc">Person</td><td>Group contains &quot;person&quot; Patient resources.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-group-type.html#group-type-practitioner">practitioner</a></td><td style="color: #cccccc">Practitioner</td><td>Group contains healthcare practitioner resources (Practitioner or PractitionerRole).</td></tr></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org/fhir/uv/bulkdata/ValueSet/group-type-subset"/>
  <version value="2.0.0"/>
  <name value="GroupTypeSubset"/>
  <title value="Person and Practitioner from GroupType Value Set"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-05-07T20:41:20+00:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <name value="HL7 International / FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="Valuset to constrain the type element in a Group to just person and practitioner"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <immutable value="true"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/group-type"/>
      <concept>
        <code value="person"/>
      </concept>
      <concept>
        <code value="practitioner"/>
      </concept>
    </include>
  </compose>
</ValueSet>