This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code SystemGroupInvolvement
{ "resourceType" : "CodeSystem", "id" : "group-involvement", "meta" : { "lastUpdated" : "2024-11-20T21:23:48.918+00:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem group-involvement</b></p><a name=\"group-involvement\"> </a><a name=\"hcgroup-involvement\"> </a><a name=\"group-involvement-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>group-type</td><td>group-type</td><td>http://hl7.org/fhir/group-involvement#group-type</td><td>code</td><td>Which group code this relationship is considered appropriate to use with</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/group-involvement</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\">index-case<a name=\"group-involvement-index-case\"> </a></td><td>Index Case</td><td>The first case that is the reason for creating the group. Usually the first known infection, but other kinds of first are known.</td></tr><tr><td style=\"white-space:nowrap\">primary-exposure<a name=\"group-involvement-primary-exposure\"> </a></td><td>Primary Exposure</td><td>Patient is included in the list on the grounds of being a primary exposure case (sometimes, but not neceessarily, direct exposure to the index case, or a known infected person).</td></tr><tr><td style=\"white-space:nowrap\">secondary-exposure<a name=\"group-involvement-secondary-exposure\"> </a></td><td>Secondary Exposure</td><td>Patient is included in the list on the grounds of being a secondary exposure case - that is, exposed to a potentially infected patient or person of interest.</td></tr><tr><td style=\"white-space:nowrap\">owner<a name=\"group-involvement-owner\"> </a></td><td>Owner</td><td>Household member is a legally / officially registered owner of the dwelling that contains the household. Or at least, considers themselves the rightful owner.</td></tr><tr><td style=\"white-space:nowrap\">resident<a name=\"group-involvement-resident\"> </a></td><td>Resident</td><td>Household member is a resident - that is, they consistently reside in the dwelling.</td></tr><tr><td style=\"white-space:nowrap\">visitor<a name=\"group-involvement-visitor\"> </a></td><td>Visitor</td><td>Household member is transiently visiting the dwelling during (part of) the period of interest, or, for a workplace, a person who was/is in the workplace but not an employee</td></tr><tr><td style=\"white-space:nowrap\">staff<a name=\"group-involvement-staff\"> </a></td><td>Staff</td><td>Household member is a member of the staff working in the dwelling (and by implication, not a resident).</td></tr><tr><td style=\"white-space:nowrap\">pet<a name=\"group-involvement-pet\"> </a></td><td>Pet</td><td>Group member is animal kept as a pet by the family/household.</td></tr><tr><td style=\"white-space:nowrap\">full-time<a name=\"group-involvement-full-time\"> </a></td><td>Full-Time Employee</td><td>This is the group member's primary workplace on a consistent basis.</td></tr><tr><td style=\"white-space:nowrap\">part-time<a name=\"group-involvement-part-time\"> </a></td><td>Part Time</td><td>The group member works in the workplace, but on an occasional basis.</td></tr><tr><td style=\"white-space:nowrap\">casual<a name=\"group-involvement-casual\"> </a></td><td>Casual</td><td>The group member was working in the workplace, but is not consistently present.</td></tr></table></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "fhir" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode" : "trial-use" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger" : 0 }], "url" : "http://hl7.org/fhir/group-involvement", "version" : "6.0.0-ballot2", "name" : "GroupInvolvement", "title" : "Group Involvement", "status" : "draft", "experimental" : false, "date" : "2021-01-05T10:01:24+11:00", "publisher" : "HL7 International / FHIR Infrastructure", "contact" : [{ "telecom" : [{ "system" : "url" }, { "system" : "email" }] }, { "telecom" : [{ "system" : "url", "value" : "http://www.hl7.org/Special/committees/fiwg" }] }], "description" : "A code that describes how a member of the group participates in the 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-involvement", "content" : "complete", "property" : [{ "code" : "group-type", "uri" : "http://hl7.org/fhir/group-involvement#group-type", "description" : "Which group code this relationship is considered appropriate to use with", "type" : "code" }], "concept" : [{ "code" : "index-case", "display" : "Index Case", "definition" : "The first case that is the reason for creating the group. Usually the first known infection, but other kinds of first are known.", "property" : [{ "code" : "group-type", "valueCode" : "patient-list" }] }, { "code" : "primary-exposure", "display" : "Primary Exposure", "definition" : "Patient is included in the list on the grounds of being a primary exposure case (sometimes, but not neceessarily, direct exposure to the index case, or a known infected person).", "property" : [{ "code" : "group-type", "valueCode" : "patient-list" }] }, { "code" : "secondary-exposure", "display" : "Secondary Exposure", "definition" : "Patient is included in the list on the grounds of being a secondary exposure case - that is, exposed to a potentially infected patient or person of interest.", "property" : [{ "code" : "group-type", "valueCode" : "patient-list" }] }, { "code" : "owner", "display" : "Owner", "definition" : "Household member is a legally / officially registered owner of the dwelling that contains the household. Or at least, considers themselves the rightful owner.", "property" : [{ "code" : "group-type", "valueCode" : "household" }] }, { "code" : "resident", "display" : "Resident", "definition" : "Household member is a resident - that is, they consistently reside in the dwelling.", "property" : [{ "code" : "group-type", "valueCode" : "household" }] }, { "code" : "visitor", "display" : "Visitor", "definition" : "Household member is transiently visiting the dwelling during (part of) the period of interest, or, for a workplace, a person who was/is in the workplace but not an employee", "property" : [{ "code" : "group-type", "valueCode" : "household" }, { "code" : "group-type", "valueCode" : "workplace" }] }, { "code" : "staff", "display" : "Staff", "definition" : "Household member is a member of the staff working in the dwelling (and by implication, not a resident).", "property" : [{ "code" : "group-type", "valueCode" : "household" }] }, { "code" : "pet", "display" : "Pet", "definition" : "Group member is animal kept as a pet by the family/household.", "property" : [{ "code" : "group-type", "valueCode" : "famkily" }, { "code" : "group-type", "valueCode" : "household" }] }, { "code" : "full-time", "display" : "Full-Time Employee", "definition" : "This is the group member's primary workplace on a consistent basis.", "property" : [{ "code" : "group-type", "valueCode" : "workplace" }] }, { "code" : "part-time", "display" : "Part Time", "definition" : "The group member works in the workplace, but on an occasional basis.", "property" : [{ "code" : "group-type", "valueCode" : "workplace" }] }, { "code" : "casual", "display" : "Casual", "definition" : "The group member was working in the workplace, but is not consistently present.", "property" : [{ "code" : "group-type", "valueCode" : "workplace" }] }] }
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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Wed, Nov 20, 2024 21:49+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change