This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). 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
Status: Not an approved resource: examplar. Possible owners: Public Health & Emergency Response and Patient Administration Working Group
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.
The resource name as it appears in a RESTful URL is /group/
This resource is used in one of two ways:
Examples of the former could include group therapy or treatment sessions, exposed entities tracked as part of public health, etc. The latter might be used to define expected subjects for a clinical study.
Both use cases are handled by a single resource because the data elements captured tend to be similar.
<Group xmlns="http://hl7.org/fhir"> <identifier><!-- 0..1 Identifier Unique id --></identifier> <type><!-- 1..1 code Group Classification --></type> <actual><!-- 1..1 boolean Descriptive or actual --></actual> <code><!-- 0..1 CodeableConcept Kind of Group members --></code> <name><!-- 0..1 string Label for Group --></name> <quantity><!-- 0..1 integer Number of members --></quantity> <characteristic> <!-- 0..* Trait of group members --> <type><!-- 1..1 CodeableConcept Kind of characteristic --></type> <value[x]><!-- 1..1 CodeableConcept|string|boolean Value held by characteristic --></value[x]> <exclude><!-- 0..1 boolean Group includes or excludes --></exclude> </characteristic> <member><!-- 0..* Resource(Person|Animal|Device|Medication|Food) Who is in group --></member> <extension><!-- 0..* Extension See Extensions --></extension> <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text> </Group>
Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile
Terminology Bindings
Path | Details | Strength |
---|---|---|
Group.type | Types of resources that are part of group (see http://hl7.org/fhir/group-type for values) | complete/required |
Group.code | Kind of particular resource (not bound to any particular codes) | complete/unstated |
Group.characteristic.type | List of characteristics used to describe group members. E.g. gender, age, owner, location, etc. (not bound to any particular codes) | complete/unstated |
Group.characteristic.value[x] | Value of descriptive member characteristic (not bound to any particular codes) | complete/unstated |
Constraints
Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.
$page : integer | Starting offset of the first record to return in the search set | single |
$count : integer | Number of return records requested. The server is not bound to conform | single |
$id : token | The logical resource id associated with the resource (must be supported by all servers) | single |
type : qtoken | The type of resources the group contains | single |
code : qtoken | The kind of resources contained | union |
characteristic : qtoken | A characteristic held by the member resources | intersection |
charvalue : string | The value of a characteristic held by the member resources (matches corresponding 'characteristic' repetition | intersection |
(See Searching).
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License