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 Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemGroupInvolvement
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- [a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "group-involvement"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-02-16T15:32:40.206+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "fhir" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "0"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/group-involvement"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "GroupInvolvement"] ; # fhir:title [ fhir:v "Group Involvement"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ] [ fhir:system [ fhir:v "email" ] ] ) ] [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] ) ] ) ; # fhir:description [ fhir:v "A code that describes how a member of the group participates in the group."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/group-involvement"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/group-involvement> ] ; # fhir:hierarchyMeaning [] ; # fhir:content [ fhir:v "complete"] ; # fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:uri [ fhir:v "http://hl7.org/fhir/group-involvement#group-type"^^xsd:anyURI ] ; fhir:description [ fhir:v "Which group code this relationship is considered appropriate to use with" ] ; fhir:type [ fhir:v "code" ] ] ) ; # fhir:concept ( [ fhir:code [ fhir:v "index-case" ] ; fhir:display [ fhir:v "Index Case" ] ; fhir:definition [ fhir:v "The first case that is the reason for creating the group. Usually the first known infection, but other kinds of first are known." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "patient-list" ] ] ) ] [ fhir:code [ fhir:v "primary-exposure" ] ; fhir:display [ fhir:v "Primary Exposure" ] ; fhir:definition [ fhir:v "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)." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "patient-list" ] ] ) ] [ fhir:code [ fhir:v "secondary-exposure" ] ; fhir:display [ fhir:v "Secondary Exposure" ] ; fhir:definition [ fhir:v "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." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "patient-list" ] ] ) ] [ fhir:code [ fhir:v "owner" ] ; fhir:display [ fhir:v "Owner" ] ; fhir:definition [ fhir:v "Household member is a legally / officially registered owner of the dwelling that contains the household. Or at least, considers themselves the rightful owner." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "household" ] ] ) ] [ fhir:code [ fhir:v "resident" ] ; fhir:display [ fhir:v "Resident" ] ; fhir:definition [ fhir:v "Household member is a resident - that is, they consistently reside in the dwelling." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "household" ] ] ) ] [ fhir:code [ fhir:v "visitor" ] ; fhir:display [ fhir:v "Visitor" ] ; fhir:definition [ fhir:v "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" ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "household" ] ] [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "workplace" ] ] ) ] [ fhir:code [ fhir:v "staff" ] ; fhir:display [ fhir:v "Staff" ] ; fhir:definition [ fhir:v "Household member is a member of the staff working in the dwelling (and by implication, not a resident)." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "household" ] ] ) ] [ fhir:code [ fhir:v "pet" ] ; fhir:display [ fhir:v "Pet" ] ; fhir:definition [ fhir:v "Group member is animal kept as a pet by the family/household." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "famkily" ] ] [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "household" ] ] ) ] [ fhir:code [ fhir:v "full-time" ] ; fhir:display [ fhir:v "Full-Time Employee" ] ; fhir:definition [ fhir:v "This is the group member's primary workplace on a consistent basis." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "workplace" ] ] ) ] [ fhir:code [ fhir:v "part-time" ] ; fhir:display [ fhir:v "Part Time" ] ; fhir:definition [ fhir:v "The group member works in the workplace, but on an occasional basis." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "workplace" ] ] ) ] [ fhir:code [ fhir:v "casual" ] ; fhir:display [ fhir:v "Casual" ] ; fhir:definition [ fhir:v "The group member was working in the workplace, but is not consistently present." ] ; fhir:property ( [ fhir:code [ fhir:v "group-type" ] ; fhir:value [ fhir:v "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 Sun, Feb 16, 2025 16:10+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change