Cross-Version Extension for Group.type in R4B

URLhttp://hl7.org/fhir/4.3/StructureDefinition/extension-Group.type
Version
Statusactive
Description

Cross-Version Extension for Group.type. Valid in versions R5

This is a valid extension because it has the following codes that are not in other versions medication, substance (http://hl7.org/fhir/4.3/group-type)

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 1..1Extensionperson | animal | practitioner | device | medication | substance
... extension ..0
... value[x] 1..code
... url "http://hl7.org/fhir/4.3/StructureDefinition/extension-Group.type"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r4b-grp.type",
  "url" : "http://hl7.org/fhir/4.3/StructureDefinition/extension-Group.type",
  "name" : "XVerExtensionGroup.typeR4B",
  "title" : "Cross-Version Extension for Group.type in R4B",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (FHIR Infrastructure)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for Group.type. Valid in versions R5\r\n\r\nThis is a valid extension because it has the following codes that are not in other versions medication, substance (http://hl7.org/fhir/4.3/group-type)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "person | animal | practitioner | device | medication | substance",
      "definition" : "Identifies the broad classification of the kind of resources the group includes.",
      "comment" : "Group members SHALL be of the appropriate resource type (Patient for person or animal; or Practitioner, Device, Medication or Substance for the other types.).",
      "requirements" : "Identifies what type of resources the group is made up of.",
      "min" : 1,
      "max" : "1",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "w5",
        "map" : "FiveWs.class"
      },
      {
        "identity" : "rim",
        "map" : "person: ./classCode=\"PSN\"  animal: ./classCode=\"ANM\"  device: ./classCode=\"DEV\"  medication: ./classCode=\"MMAT\" and ./playedRole[isNormalRole() and classCode=\"THER\"]  food: ./classCode=\"FOOD\""
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "code"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/4.3/StructureDefinition/extension-Group.type"
    }]
  }
}