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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-group-code.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem group-code

Language: en

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/group-code defines the following codes:

CodeDisplayDefinition
patient-list Patient-ListA list of patients for the purpose of some kind of clinical treatment.
family FamilyA group of persons and/or animals that constitute a family. The definition of family is not precisely fixed and subject to much variableness in interpretation.
household HouseholdA group of persons and/or animals that reside in a singe house. Both the definitions of 'reside' and 'house' are not precisely fixed.
workplace WorkplaceA group of persons who work together in a single place.
event-attendee Event AttendeeGroup contains a set of persons and/or animals who were at the same place at the same time. This is typically used for an infection event
exposure-group Exposure GroupGroup contains a set of persons and/or animals who were exposed to some antigen or infectious agent.
herd HerdGroup contains a set of animals that are treated as a coherent group.
locality LocalityGroup contains HealthcareService resources that are found in a single geographical location.
organization OrganizationA collection of healthcare services.
collection CollectionA collection of entities for an arbitrary reason.

Source1

{
  "resourceType": "CodeSystem",
  "id": "group-code",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "en",
  "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-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/group-code",
  "version": "2.0.0",
  "name": "GroupCode",
  "title": "Group Code",
  "status": "active",
  "experimental": false,
  "date": "2025-10-11",
  "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.",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/group-code",
  "content": "complete",
  "concept": [
    {
      "code": "patient-list",
      "display": "Patient-List",
      "definition": "A list of patients for the purpose of some kind of clinical treatment."
    },
    {
      "code": "family",
      "display": "Family",
      "definition": "A group of persons and/or animals that constitute a family. The definition of family is not precisely fixed and subject to much variableness in interpretation."
    },
    {
      "code": "household",
      "display": "Household",
      "definition": "A group of persons and/or animals that reside in a singe house. Both the definitions of 'reside' and 'house' are not precisely fixed."
    },
    {
      "code": "workplace",
      "display": "Workplace",
      "definition": "A group of persons who work together in a single place."
    },
    {
      "code": "event-attendee",
      "display": "Event Attendee",
      "definition": "Group contains a set of persons and/or animals who were at the same place at the same time. This is typically used for an infection event"
    },
    {
      "code": "exposure-group",
      "display": "Exposure Group",
      "definition": "Group contains a set of persons and/or animals who were exposed to some antigen or infectious agent."
    },
    {
      "code": "herd",
      "display": "Herd",
      "definition": "Group contains a set of animals that are treated as a coherent group."
    },
    {
      "code": "locality",
      "display": "Locality",
      "definition": "Group contains HealthcareService resources that are found in a single geographical location."
    },
    {
      "code": "organization",
      "display": "Organization",
      "definition": "A collection of healthcare services."
    },
    {
      "code": "collection",
      "display": "Collection",
      "definition": "A collection of entities for an arbitrary reason."
    }
  ]
}