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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-group-membership-basis.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-group-membership-basis.html
URLhttp://hl7.org/fhir/group-membership-basis
Version5.0.0
Statusactive
Date2022-08-09T09:01:24+10:00
NameGroupMembershipBasis
TitleGroup Membership Basis
Realmuv
Authorityhl7
DescriptionBasis for membership in a group
Contentcomplete

Resources that use this resource

ValueSet
R5-group-membership-basis-for-R4BCross-version VS for R5.GroupMembershipBasis for use in FHIR R4B
R5-group-membership-basis-for-R4Cross-version VS for R5.GroupMembershipBasis for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/group-membership-basis defines the following codes:

Code Display Definition
definitional Definitional The Group.characteristics specified are both necessary and sufficient to determine membership. All entities that meet the criteria are considered to be members of the group, whether referenced by the group or not. If members are present, they are individuals that happen to be known as meeting the Group.characteristics. The list cannot be presumed to be complete.
enumerated Enumerated The Group.characteristics are necessary but not sufficient to determine membership. Membership is determined by being listed as one of the Group.member.

Source1

{
  "resourceType": "CodeSystem",
  "id": "group-membership-basis",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/group-membership-basis",
  "version": "5.0.0",
  "name": "GroupMembershipBasis",
  "title": "Group Membership Basis",
  "status": "active",
  "experimental": false,
  "date": "2022-08-09T09:01:24+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Basis for membership in a group",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/group-membership-basis",
  "content": "complete",
  "concept": [
    {
      "code": "definitional",
      "display": "Definitional",
      "definition": "The Group.characteristics specified are both necessary and sufficient to determine membership. All entities that meet the criteria are considered to be members of the group, whether referenced by the group or not. If members are present, they are individuals that happen to be known as meeting the Group.characteristics. The list cannot be presumed to be complete."
    },
    {
      "code": "enumerated",
      "display": "Enumerated",
      "definition": "The Group.characteristics are necessary but not sufficient to determine membership. Membership is determined by being listed as one of the Group.member."
    }
  ]
}