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-type (Turtle)

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

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

Definition for Code SystemGroupType

@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-type"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-01-22T17:34:32.522+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-type</b></p><a name=\"group-type\"> </a><a name=\"hcgroup-type\"> </a><a name=\"group-type-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/group-type</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\">person<a name=\"group-type-person\"> </a></td><td>Person</td><td>Group contains &quot;person&quot; Patient resources.</td></tr><tr><td style=\"white-space:nowrap\">animal<a name=\"group-type-animal\"> </a></td><td>Animal</td><td>Group contains &quot;animal&quot; Patient resources.</td></tr><tr><td style=\"white-space:nowrap\">practitioner<a name=\"group-type-practitioner\"> </a></td><td>Practitioner</td><td>Group contains healthcare practitioner resources (Practitioner or PractitionerRole).</td></tr><tr><td style=\"white-space:nowrap\">device<a name=\"group-type-device\"> </a></td><td>Device</td><td>Group contains Device resources.</td></tr><tr><td style=\"white-space:nowrap\">careteam<a name=\"group-type-careteam\"> </a></td><td>CareTeam</td><td>Group contains CareTeam resources.</td></tr><tr><td style=\"white-space:nowrap\">healthcareservice<a name=\"group-type-healthcareservice\"> </a></td><td>HealthcareService</td><td>Group contains HealthcareService resources.</td></tr><tr><td style=\"white-space:nowrap\">location<a name=\"group-type-location\"> </a></td><td>Location</td><td>Group contains Location resources.</td></tr><tr><td style=\"white-space:nowrap\">organization<a name=\"group-type-organization\"> </a></td><td>Organization</td><td>Group contains Organization resources.</td></tr><tr><td style=\"white-space:nowrap\">relatedperson<a name=\"group-type-relatedperson\"> </a></td><td>RelatedPerson</td><td>Group contains RelatedPerson resources.</td></tr><tr><td style=\"white-space:nowrap\">specimen<a name=\"group-type-specimen\"> </a></td><td>Specimen</td><td>Group contains Specimen resources.</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-type"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.285" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.278" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.156" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "GroupType"] ; # 
  fhir:title [ fhir:v "Group Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of resources that are part of 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-type"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/group-type>
  ] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "person" ] ;
     fhir:display [ fhir:v "Person" ] ;
     fhir:definition [ fhir:v "Group contains \"person\" Patient resources." ]
  ] [
     fhir:code [ fhir:v "animal" ] ;
     fhir:display [ fhir:v "Animal" ] ;
     fhir:definition [ fhir:v "Group contains \"animal\" Patient resources." ]
  ] [
     fhir:code [ fhir:v "practitioner" ] ;
     fhir:display [ fhir:v "Practitioner" ] ;
     fhir:definition [ fhir:v "Group contains healthcare practitioner resources (Practitioner or PractitionerRole)." ]
  ] [
     fhir:code [ fhir:v "device" ] ;
     fhir:display [ fhir:v "Device" ] ;
     fhir:definition [ fhir:v "Group contains Device resources." ]
  ] [
     fhir:code [ fhir:v "careteam" ] ;
     fhir:display [ fhir:v "CareTeam" ] ;
     fhir:definition [ fhir:v "Group contains CareTeam resources." ]
  ] [
     fhir:code [ fhir:v "healthcareservice" ] ;
     fhir:display [ fhir:v "HealthcareService" ] ;
     fhir:definition [ fhir:v "Group contains HealthcareService resources." ]
  ] [
     fhir:code [ fhir:v "location" ] ;
     fhir:display [ fhir:v "Location" ] ;
     fhir:definition [ fhir:v "Group contains Location resources." ]
  ] [
     fhir:code [ fhir:v "organization" ] ;
     fhir:display [ fhir:v "Organization" ] ;
     fhir:definition [ fhir:v "Group contains Organization resources." ]
  ] [
     fhir:code [ fhir:v "relatedperson" ] ;
     fhir:display [ fhir:v "RelatedPerson" ] ;
     fhir:definition [ fhir:v "Group contains RelatedPerson resources." ]
  ] [
     fhir:code [ fhir:v "specimen" ] ;
     fhir:display [ fhir:v "Specimen" ] ;
     fhir:definition [ fhir:v "Group contains Specimen resources." ]
  ] )] . # 

# -------------------------------------------------------------------------------------


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.