FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: GroupType - XML Representation

Page standards status: Informative Maturity Level: 1

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="group-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      
      
            <h2>GroupType</h2>
      
      
            <div>
        
        
              <p>Types of resources that are part of group.</p>

      
      
            </div>
      
      
            <p>This code system http://hl7.org/fhir/group-type defines the following codes:</p>
      
      
            <table class="codes">
        
        
              <tr>
          
          
                <td style="white-space:nowrap">
            
            
                  <b>Code</b>
          
          
                </td>
          
          
                <td>
            
            
                  <b>Display</b>
          
          
                </td>
          
          
                <td>
            
            
                  <b>Definition</b>
          
          
                </td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td style="white-space:nowrap">person
            
            
                  <a name="group-type-person"> </a>
          
          
                </td>
          
          
                <td>Person</td>
          
          
                <td>Group contains &quot;person&quot; Patient resources.</td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td style="white-space:nowrap">animal
            
            
                  <a name="group-type-animal"> </a>
          
          
                </td>
          
          
                <td>Animal</td>
          
          
                <td>Group contains &quot;animal&quot; Patient resources.</td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td style="white-space:nowrap">practitioner
            
            
                  <a name="group-type-practitioner"> </a>
          
          
                </td>
          
          
                <td>Practitioner</td>
          
          
                <td>Group contains healthcare practitioner resources (Practitioner or PractitionerRole).</td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td style="white-space:nowrap">device
            
            
                  <a name="group-type-device"> </a>
          
          
                </td>
          
          
                <td>Device</td>
          
          
                <td>Group contains Device resources.</td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td style="white-space:nowrap">medication
            
            
                  <a name="group-type-medication"> </a>
          
          
                </td>
          
          
                <td>Medication</td>
          
          
                <td>Group contains Medication resources.</td>
        
        
              </tr>
        
        
              <tr>
          
          
                <td style="white-space:nowrap">substance
            
            
                  <a name="group-type-substance"> </a>
          
          
                </td>
          
          
                <td>Substance</td>
          
          
                <td>Group contains Substance resources.</td>
        
        
              </tr>
      
      
            </table>
    
    
          </div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4b.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <url value="http://hl7.org/fhir/group-type"/>
  <version value="4.3.0"/>
  <name value="GroupType"/>
  <title value="GroupType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-01-17T06:06:13+10:00"/>
  <publisher value="FHIR Infrastructure"/>
  <contact>
    <name value="FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description value="Types of resources that are part of group."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/group-type|4.0.1"/>
  <content value="complete"/>
  <concept>
    <code value="person"/>
    <display value="Person"/>
    <definition value="Group contains &quot;person&quot; Patient resources."/>
  </concept>
  <concept>
    <code value="animal"/>
    <display value="Animal"/>
    <definition value="Group contains &quot;animal&quot; Patient resources."/>
  </concept>
  <concept>
    <code value="practitioner"/>
    <display value="Practitioner"/>
    <definition
                value="Group contains healthcare practitioner resources (Practitioner or PractitionerRole)."/>
  </concept>
  <concept>
    <code value="device"/>
    <display value="Device"/>
    <definition value="Group contains Device resources."/>
  </concept>
  <concept>
    <code value="medication"/>
    <display value="Medication"/>
    <definition value="Group contains Medication resources."/>
  </concept>
  <concept>
    <code value="substance"/>
    <display value="Substance"/>
    <definition value="Group contains Substance resources."/>
  </concept>
</CodeSystem>