FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Group Type - TTL Representation

Page standards status: Informative Maturity Level: 0

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/group-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">person\n                  <a name=\"group-type-person\"> </a>\n                </td>\n                <td>Person</td>\n                <td>Group contains \"person\" Patient resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">animal\n                  <a name=\"group-type-animal\"> </a>\n                </td>\n                <td>Animal</td>\n                <td>Group contains \"animal\" Patient resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">practitioner\n                  <a name=\"group-type-practitioner\"> </a>\n                </td>\n                <td>Practitioner</td>\n                <td>Group contains healthcare practitioner resources (Practitioner or PractitionerRole).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">device\n                  <a name=\"group-type-device\"> </a>\n                </td>\n                <td>Device</td>\n                <td>Group contains Device resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">careteam\n                  <a name=\"group-type-careteam\"> </a>\n                </td>\n                <td>CareTeam</td>\n                <td>Group contains CareTeam resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">healthcareservice\n                  <a name=\"group-type-healthcareservice\"> </a>\n                </td>\n                <td>HealthcareService</td>\n                <td>Group contains HealthcareService resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">location\n                  <a name=\"group-type-location\"> </a>\n                </td>\n                <td>Location</td>\n                <td>Group contains Location resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">organization\n                  <a name=\"group-type-organization\"> </a>\n                </td>\n                <td>Organization</td>\n                <td>Group contains Organization resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">relatedperson\n                  <a name=\"group-type-relatedperson\"> </a>\n                </td>\n                <td>RelatedPerson</td>\n                <td>Group contains RelatedPerson resources.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">specimen\n                  <a name=\"group-type-specimen\"> </a>\n                </td>\n                <td>Specimen</td>\n                <td>Group contains Specimen resources.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 0     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/group-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "GroupType"] ; # 
  fhir:title [ fhir:v "Group Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  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] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/group-type|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/group-type|4.0.1>
  ] ; # 
  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." ]
  ] ) . #