This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetGroupType
{ "resourceType": "ValueSet", "text": { "status": "generated", "div": "<div><h2>GroupType</h2><p>Types of resources that are part of group</p><p>This value set defines its own terms in the system http://hl7.org/fhir/group-type</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>person<a name=\"person\"> </a></td><td/><td>Group contains "person" Patient resources.</td></tr><tr><td>animal<a name=\"animal\"> </a></td><td/><td>Group contains "animal" Patient resources.</td></tr><tr><td>practitioner<a name=\"practitioner\"> </a></td><td/><td>Group contains healthcare practitioner resources.</td></tr><tr><td>device<a name=\"device\"> </a></td><td/><td>Group contains Device resources.</td></tr><tr><td>medication<a name=\"medication\"> </a></td><td/><td>Group contains Medication resources.</td></tr><tr><td>substance<a name=\"substance\"> </a></td><td/><td>Group contains Substance resources.</td></tr></table></div>" }, "identifier": "http://hl7.org/fhir/vs/group-type", "name": "GroupType", "publisher": "HL7 (FHIR Project)", "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ], "description": "Types of resources that are part of group", "status": "draft", "date": "2014-09-30T18:09:16.975+10:00", "define": { "system": "http://hl7.org/fhir/group-type", "caseSensitive": true, "concept": [ { "code": "person", "definition": "Group contains \"person\" Patient resources." }, { "code": "animal", "definition": "Group contains \"animal\" Patient resources." }, { "code": "practitioner", "definition": "Group contains healthcare practitioner resources." }, { "code": "device", "definition": "Group contains Device resources." }, { "code": "medication", "definition": "Group contains Medication resources." }, { "code": "substance", "definition": "Group contains Substance resources." } ] } }