Bulk Data Access IG
2.0.0 - ci-build International flag

Bulk Data Access IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bulk-data/ and changes regularly. See the Directory of published versions

: Person and Practitioner from GroupType Value Set - JSON Representation

Draft as of 2024-11-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "group-type-subset",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet group-type-subset</b></p><a name=\"group-type-subset\"> </a><a name=\"hcgroup-type-subset\"> </a><a name=\"group-type-subset-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-group-type.html\"><code>http://hl7.org/fhir/group-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-group-type.html#group-type-person\">person</a></td><td style=\"color: #cccccc\">Person</td><td>Group contains &quot;person&quot; Patient resources.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-group-type.html#group-type-practitioner\">practitioner</a></td><td style=\"color: #cccccc\">Practitioner</td><td>Group contains healthcare practitioner resources (Practitioner or PractitionerRole).</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/bulkdata/ValueSet/group-type-subset",
  "version" : "2.0.0",
  "name" : "GroupTypeSubset",
  "title" : "Person and Practitioner from GroupType Value Set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-04T16:07:17+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"
          }
        ]
      }
    ]
  }
}