Package | hl7.fhir.uv.bulkdata |
Type | ValueSet |
Id | group-type-subset |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/bulkdata/https://build.fhir.org/ig/HL7/bulk-data/ValueSet-group-type-subset.html |
URL | http://hl7.org/fhir/uv/bulkdata/ValueSet/group-type-subset |
Version | 3.0.0 |
Status | active |
Date | 2025-06-25T13:19:16+00:00 |
Name | GroupTypeSubset |
Title | Person and Practitioner from GroupType Value Set |
Realm | uv |
Authority | hl7 |
Description | Valuset to constrain the type element in a Group to just person and practitioner |
StructureDefinition | |
bulk-cohort-group | Bulk Cohort Group |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet group-type-subset
http://hl7.org/fhir/group-type
Code | Display | Definition |
person | Person | Group contains "person" Patient resources. |
practitioner | Practitioner | Group contains healthcare practitioner resources (Practitioner or PractitionerRole). |
{ "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" } ] } ] } }