This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Profile for group
{ "resourceType": "Profile", "id": "Group", "meta": { "lastUpdated": "2015-02-23T09:07:27.665+11:00" }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/Profile/Group", "name": "Group", "publisher": "HL7 FHIR Project (FHIR Management Group)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fhirmg/index.cfm" } ] } ], "description": "Base Profile for Group Resource", "status": "draft", "date": "2015-02-23T09:07:27+11:00", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM" } ], "type": "Group", "snapshot": { "element": [ { "path": "Group", "short": "Group of multiple entities", "definition": "Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized. I.e. A collection of entities that isn't an Organization.", "min": 1, "max": "1", "constraint": [ { "key": "grp-4", "name": "No more members than quantity", "severity": "error", "human": "Can't have more members associated with the group than the value specified for \"quantity\"", "xpath": "not(f:quantity) or not(f:member) or not(f:quantity>count(f:member))" }, { "key": "grp-1", "name": "No members for non-actual", "severity": "error", "human": "Can only have members if group is \"actual\"", "xpath": "f:actual/@value='true' or not(exists(f:member))" } ], "mapping": [ { "identity": "rim", "map": "Entity[determinerCode=\"GRP\" or determinerCode=\"GRP_KIND\"]" } ] }, { "path": "Group.id", "short": "Logical id of this artefact", "definition": "The logical id of the resource, as used in the url for the resoure. Once assigned, this value never changes.", "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.", "min": 0, "max": "1", "type": [ { "code": "id" } ] }, { "path": "Group.meta", "short": "Metadata about the resource", "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "min": 0, "max": "1", "type": [ { "code": "Meta" } ] }, { "path": "Group.implicitRules", "short": "A set of rules under which this content was created", "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.", "min": 0, "max": "1", "type": [ { "code": "uri" } ], "isModifier": true }, { "path": "Group.language", "short": "Language of the resource content", "definition": "The base language in which the resource is written.", "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource\n\nNot all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "min": 0, "max": "1", "type": [ { "code": "code" } ], "binding": { "name": "Language", "isExtensible": false, "conformance": "required", "description": "A human language", "referenceUri": "http://tools.ietf.org/html/bcp47" } }, { "path": "Group.text", "short": "Text summary of the resource, for human interpretation", "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "synonym": [ "narrative", "html", "xhtml", "display" ], "min": 0, "max": "1", "type": [ { "code": "Narrative" } ], "condition": [ "dom-1" ], "mapping": [ { "identity": "rim", "map": "Act.text?" } ] }, { "path": "Group.contained", "short": "Contained, inline Resources", "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "synonym": [ "inline resources", "anonymous resources", "contained resources" ], "min": 0, "max": "*", "type": [ { "code": "Resource" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Group.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Group.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Group.identifier", "short": "Unique id", "definition": "A unique business identifier for this group.", "requirements": "Allows the group to be referenced.", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "unique(./id[displayable=\"true\" and scope=\"OBJ\"])" } ] }, { "path": "Group.type", "short": "person | animal | practitioner | device | medication | substance", "definition": "Identifies the broad classification of the kind of resources the group includes.", "requirements": "Identifies what type of resources the group is made up of.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "isSummary": true, "binding": { "name": "GroupType", "isExtensible": false, "conformance": "required", "description": "Types of resources that are part of group", "referenceReference": { "reference": "http://hl7.org/fhir/vs/group-type" } }, "mapping": [ { "identity": "rim", "map": "person: ./classCode=\"PSN\"\n\nanimal: ./classCode=\"ANM\"\n\ndevice: ./classCode=\"DEV\"\n\nmedication: ./classCode=\"MMAT\" and ./playedRole[isNormalRole() and classCode=\"THER\"]\n\nfood: ./classCode=\"FOOD\"" } ] }, { "path": "Group.actual", "short": "Descriptive or actual", "definition": "If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals.", "requirements": "There are use-cases for groups that define specific collections of individuals, and other groups that define \"types\" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this flag.", "min": 1, "max": "1", "type": [ { "code": "boolean" } ], "condition": [ "grp-1" ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "true: ./determinerCode=\"GRP\"\n\nfalse: ./determinerCode=\"GRP_KIND\"" } ] }, { "path": "Group.code", "short": "Kind of Group members", "definition": "Provides a specific type of resource the group includes. E.g. \"cow\", \"syringe\", etc.", "comments": "This would generally be omitted for Person resources.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "name": "GroupKind", "isExtensible": true, "conformance": "preferred", "description": "Kind of particular resource. E.g. cow, syringe, lake, etc." }, "mapping": [ { "identity": "rim", "map": "./code" } ] }, { "path": "Group.name", "short": "Label for Group", "definition": "A label assigned to the group for human identification and communication.", "requirements": "Used to identify the group in human communication.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "./name[type=\"ST\"]" } ] }, { "path": "Group.quantity", "short": "Number of members", "definition": "A count of the number of resource instances that are part of the group.", "requirements": "Group size is a common defining characteristic.", "min": 0, "max": "1", "type": [ { "code": "integer" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "./quantity" } ] }, { "path": "Group.characteristic", "short": "Trait of group members", "definition": "Identifies the traits shared by members of the group.", "requirements": "Needs to be a generic mechanism for identifying what individuals can be part of a group.", "min": 0, "max": "*", "mapping": [ { "identity": "rim", "map": "./playedRole[isNormalRole()]/participation[isNormalParticipation() and typeCode=\"SBJ\"]/act[isNormalAct and classCode=\"OBS\" and moodCode=\"EVN\"]" } ] }, { "path": "Group.characteristic.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "Group.characteristic.extension", "short": "Additional Content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "Group.characteristic.modifierExtension", "short": "Extensions that cannot be ignored", "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "synonym": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "Group.characteristic.code", "short": "Kind of characteristic", "definition": "A code that identifies the kind of trait being asserted.", "requirements": "Need a formal way of identifying the characteristic being described.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "name": "GroupCharacteristicKind", "isExtensible": true, "conformance": "preferred", "description": "List of characteristics used to describe group members. E.g. gender, age, owner, location, etc." }, "mapping": [ { "identity": "rim", "map": "./code" } ] }, { "path": "Group.characteristic.value[x]", "short": "Value held by characteristic", "definition": "The value of the trait that holds (or does not hold - see 'exclude') for members of the group.", "comments": "For Range, it means members of the group have a value that falls somewhere within the specified range.", "requirements": "The value of the characteristic is what determines group membership.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" }, { "code": "boolean" }, { "code": "Quantity" }, { "code": "Range" } ], "binding": { "name": "GroupCharacteristicValue", "isExtensible": true, "conformance": "preferred", "description": "Value of descriptive member characteristic. E.g. red, male, pneumonia, caucasian, etc." }, "mapping": [ { "identity": "rim", "map": "./value" } ] }, { "path": "Group.characteristic.exclude", "short": "Group includes or excludes", "definition": "If true, indicates the characteristic is one that is NOT held by members of the group.", "comments": "This is labeled as \"Is Modifier\" because applications cannot wrongly include excluded members as included or vice versa.", "requirements": "Sometimes group membership is determined by characteristics not possessed.", "min": 1, "max": "1", "type": [ { "code": "boolean" } ], "isModifier": true, "mapping": [ { "identity": "rim", "map": "./valueNegationInd" } ] }, { "path": "Group.member", "short": "Who is in group", "definition": "Identifies the resource instances that are members of the group.", "requirements": "Often the only thing of interest about a group is \"who's in it\".", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Patient" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Practitioner" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Device" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Medication" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Substance" } ], "condition": [ "grp-1" ], "constraint": [ { "key": "grp-3", "name": "Group member type agreement", "severity": "error", "human": "Member resource types SHALL agree with group type", "xpath": "lower-case(f:type/@value)=parent::f:Group/f:type/@value or (f:type/@value='Patient' and parent::f:Group/f:type/@value=('animal','person'))" } ], "mapping": [ { "identity": "rim", "map": "./scopedRole[isNormalRole() and classCode=\"MBR\"]/player" } ] } ] }, "differential": { "element": [ { "path": "Group", "short": "Group of multiple entities", "definition": "Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized. I.e. A collection of entities that isn't an Organization.", "min": 1, "max": "1", "constraint": [ { "key": "grp-4", "name": "No more members than quantity", "severity": "error", "human": "Can't have more members associated with the group than the value specified for \"quantity\"", "xpath": "not(f:quantity) or not(f:member) or not(f:quantity>count(f:member))" }, { "key": "grp-1", "name": "No members for non-actual", "severity": "error", "human": "Can only have members if group is \"actual\"", "xpath": "f:actual/@value='true' or not(exists(f:member))" } ], "mapping": [ { "identity": "rim", "map": "Entity[determinerCode=\"GRP\" or determinerCode=\"GRP_KIND\"]" } ] }, { "path": "Group.identifier", "short": "Unique id", "definition": "A unique business identifier for this group.", "requirements": "Allows the group to be referenced.", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "unique(./id[displayable=\"true\" and scope=\"OBJ\"])" } ] }, { "path": "Group.type", "short": "person | animal | practitioner | device | medication | substance", "definition": "Identifies the broad classification of the kind of resources the group includes.", "requirements": "Identifies what type of resources the group is made up of.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "isSummary": true, "binding": { "name": "GroupType", "isExtensible": false, "conformance": "required", "description": "Types of resources that are part of group", "referenceReference": { "reference": "http://hl7.org/fhir/vs/group-type" } }, "mapping": [ { "identity": "rim", "map": "person: ./classCode=\"PSN\"\n\nanimal: ./classCode=\"ANM\"\n\ndevice: ./classCode=\"DEV\"\n\nmedication: ./classCode=\"MMAT\" and ./playedRole[isNormalRole() and classCode=\"THER\"]\n\nfood: ./classCode=\"FOOD\"" } ] }, { "path": "Group.actual", "short": "Descriptive or actual", "definition": "If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals.", "requirements": "There are use-cases for groups that define specific collections of individuals, and other groups that define \"types\" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this flag.", "min": 1, "max": "1", "type": [ { "code": "boolean" } ], "condition": [ "grp-1" ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "true: ./determinerCode=\"GRP\"\n\nfalse: ./determinerCode=\"GRP_KIND\"" } ] }, { "path": "Group.code", "short": "Kind of Group members", "definition": "Provides a specific type of resource the group includes. E.g. \"cow\", \"syringe\", etc.", "comments": "This would generally be omitted for Person resources.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "name": "GroupKind", "isExtensible": true, "conformance": "preferred", "description": "Kind of particular resource. E.g. cow, syringe, lake, etc." }, "mapping": [ { "identity": "rim", "map": "./code" } ] }, { "path": "Group.name", "short": "Label for Group", "definition": "A label assigned to the group for human identification and communication.", "requirements": "Used to identify the group in human communication.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "./name[type=\"ST\"]" } ] }, { "path": "Group.quantity", "short": "Number of members", "definition": "A count of the number of resource instances that are part of the group.", "requirements": "Group size is a common defining characteristic.", "min": 0, "max": "1", "type": [ { "code": "integer" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": "./quantity" } ] }, { "path": "Group.characteristic", "short": "Trait of group members", "definition": "Identifies the traits shared by members of the group.", "requirements": "Needs to be a generic mechanism for identifying what individuals can be part of a group.", "min": 0, "max": "*", "mapping": [ { "identity": "rim", "map": "./playedRole[isNormalRole()]/participation[isNormalParticipation() and typeCode=\"SBJ\"]/act[isNormalAct and classCode=\"OBS\" and moodCode=\"EVN\"]" } ] }, { "path": "Group.characteristic.code", "short": "Kind of characteristic", "definition": "A code that identifies the kind of trait being asserted.", "requirements": "Need a formal way of identifying the characteristic being described.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "name": "GroupCharacteristicKind", "isExtensible": true, "conformance": "preferred", "description": "List of characteristics used to describe group members. E.g. gender, age, owner, location, etc." }, "mapping": [ { "identity": "rim", "map": "./code" } ] }, { "path": "Group.characteristic.value[x]", "short": "Value held by characteristic", "definition": "The value of the trait that holds (or does not hold - see 'exclude') for members of the group.", "comments": "For Range, it means members of the group have a value that falls somewhere within the specified range.", "requirements": "The value of the characteristic is what determines group membership.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" }, { "code": "boolean" }, { "code": "Quantity" }, { "code": "Range" } ], "binding": { "name": "GroupCharacteristicValue", "isExtensible": true, "conformance": "preferred", "description": "Value of descriptive member characteristic. E.g. red, male, pneumonia, caucasian, etc." }, "mapping": [ { "identity": "rim", "map": "./value" } ] }, { "path": "Group.characteristic.exclude", "short": "Group includes or excludes", "definition": "If true, indicates the characteristic is one that is NOT held by members of the group.", "comments": "This is labeled as \"Is Modifier\" because applications cannot wrongly include excluded members as included or vice versa.", "requirements": "Sometimes group membership is determined by characteristics not possessed.", "min": 1, "max": "1", "type": [ { "code": "boolean" } ], "isModifier": true, "mapping": [ { "identity": "rim", "map": "./valueNegationInd" } ] }, { "path": "Group.member", "short": "Who is in group", "definition": "Identifies the resource instances that are members of the group.", "requirements": "Often the only thing of interest about a group is \"who's in it\".", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Patient" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Practitioner" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Device" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Medication" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Substance" } ], "condition": [ "grp-1" ], "constraint": [ { "key": "grp-3", "name": "Group member type agreement", "severity": "error", "human": "Member resource types SHALL agree with group type", "xpath": "lower-case(f:type/@value)=parent::f:Group/f:type/@value or (f:type/@value='Patient' and parent::f:Group/f:type/@value=('animal','person'))" } ], "mapping": [ { "identity": "rim", "map": "./scopedRole[isNormalRole() and classCode=\"MBR\"]/player" } ] } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.