FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

: GroupType - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "group-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem group-type</b></p><a name=\"group-type\"> </a><a name=\"hcgroup-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/group-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">person<a name=\"group-type-person\"> </a></td><td>Person</td><td>Group contains &quot;person&quot; Patient resources.</td></tr><tr><td style=\"white-space:nowrap\">animal<a name=\"group-type-animal\"> </a></td><td>Animal</td><td>Group contains &quot;animal&quot; Patient resources.</td></tr><tr><td style=\"white-space:nowrap\">practitioner<a name=\"group-type-practitioner\"> </a></td><td>Practitioner</td><td>Group contains healthcare practitioner resources (Practitioner or PractitionerRole).</td></tr><tr><td style=\"white-space:nowrap\">device<a name=\"group-type-device\"> </a></td><td>Device</td><td>Group contains Device resources.</td></tr><tr><td style=\"white-space:nowrap\">medication<a name=\"group-type-medication\"> </a></td><td>Medication</td><td>Group contains Medication resources.</td></tr><tr><td style=\"white-space:nowrap\">substance<a name=\"group-type-substance\"> </a></td><td>Substance</td><td>Group contains Substance resources.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.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-type",
  "version" : "4.0.1",
  "name" : "GroupType",
  "title" : "GroupType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T08:29:23+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Types of resources that are part of 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-type|4.3.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "person",
      "display" : "Person",
      "definition" : "Group contains \"person\" Patient resources."
    },
    {
      "code" : "animal",
      "display" : "Animal",
      "definition" : "Group contains \"animal\" Patient resources."
    },
    {
      "code" : "practitioner",
      "display" : "Practitioner",
      "definition" : "Group contains healthcare practitioner resources (Practitioner or PractitionerRole)."
    },
    {
      "code" : "device",
      "display" : "Device",
      "definition" : "Group contains Device resources."
    },
    {
      "code" : "medication",
      "display" : "Medication",
      "definition" : "Group contains Medication resources."
    },
    {
      "code" : "substance",
      "display" : "Substance",
      "definition" : "Group contains Substance resources."
    }
  ]
}