FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology
Resource TypeValueSet
IdValueSet-group-code.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/ValueSet-group-code.html
URLhttp://terminology.hl7.org/ValueSet/group-code
Version1.0.0
Statusdraft
Date2025-11-10
NameGroupCode
TitleGroup Code
Realmuv
Authorityhl7
DescriptionA code that describes the use of the group. The use of the group usually dictates what kind of entities can be members of the group

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
group-codeGroup Code

Narrative

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

Generated Narrative: ValueSet group-code


Source1

{
  "resourceType": "ValueSet",
  "id": "group-code",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/ValueSet/group-code",
  "version": "1.0.0",
  "name": "GroupCode",
  "title": "Group Code",
  "status": "draft",
  "experimental": false,
  "date": "2025-11-10",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "A code that describes the use of the group. The use of the group usually dictates what kind of entities can be members of the group",
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/group-code"
      }
    ]
  }
}