FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/group-involvement (Turtle)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemGroupInvolvement

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "group-involvement"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2024-10-14T14:31:19.573+00:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "fhir" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:value [ fhir:v "trial-use" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:value [ fhir:v "0" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/group-involvement"], [ fhir:v "http://hl7.org/fhir/group-involvement"] ;
  fhir:version [ fhir:v "6.0.0-ballot2"], [ fhir:v "6.0.0-ballot2"] ;
  fhir:name [ fhir:v "GroupInvolvement"], [ fhir:v "GroupInvolvement"] ;
  fhir:title [ fhir:v "Group Involvement"], [ fhir:v "Group Involvement"] ;
  fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"], [ fhir:v "2021-01-05T10:01:24+11:00"] ;
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"], [ 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: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: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" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:caseSensitive [ fhir:v "true"] ;
  fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/group-involvement"] ;
  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" ] ;
     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.