FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/group-type-subset

Packagehl7.fhir.uv.bulkdata
TypeValueSet
Idgroup-type-subset
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/bulkdata/https://build.fhir.org/ig/HL7/bulk-data/ValueSet-group-type-subset.html
URLhttp://hl7.org/fhir/uv/bulkdata/ValueSet/group-type-subset
Version3.0.0
Statusactive
Date2025-06-25T13:19:16+00:00
NameGroupTypeSubset
TitlePerson and Practitioner from GroupType Value Set
Realmuv
Authorityhl7
DescriptionValuset to constrain the type element in a Group to just person and practitioner

Resources that use this resource

StructureDefinition
bulk-cohort-groupBulk Cohort Group

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet group-type-subset

  • Include these codes as defined in http://hl7.org/fhir/group-type
    CodeDisplayDefinition
    personPersonGroup contains "person" Patient resources.
    practitionerPractitionerGroup contains healthcare practitioner resources (Practitioner or PractitionerRole).

Source

{
  "resourceType": "ValueSet",
  "id": "group-type-subset",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/bulkdata/ValueSet/group-type-subset",
  "version": "3.0.0",
  "name": "GroupTypeSubset",
  "title": "Person and Practitioner from GroupType Value Set",
  "status": "active",
  "experimental": false,
  "date": "2025-06-25T13:19:16+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        },
        {
          "system": "email",
          "value": "fhir@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Valuset to constrain the type element in a Group to just person and practitioner",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/group-type",
        "concept": [
          {
            "code": "person"
          },
          {
            "code": "practitioner"
          }
        ]
      }
    ]
  }
}