Research Data Sharing IG
1.0.0 - CI Build International flag

Research Data Sharing IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/research-data-sharing/ and changes regularly. See the Directory of published versions

: Possible codes for GroupCharacteristic - TTL Representation

Draft as of 2022-02-16

Raw ttl | Download


@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 "GroupCharacteristic-Code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code</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\">expected lifespan<a name=\"GroupCharacteristic-Code-expectedlifespan\"> </a></td><td>Expected lifespan</td><td>Characteristics with this code constrain the patients expected lifespan</td></tr><tr><td style=\"white-space:nowrap\">observation<a name=\"GroupCharacteristic-Code-observation\"> </a></td><td>Observation</td><td>Characteristics with this code constrain observations of the patient</td></tr><tr><td style=\"white-space:nowrap\">procedure<a name=\"GroupCharacteristic-Code-procedure\"> </a></td><td>Procedure</td><td>Characteristics with this code constrain procedures undertaken by the patient</td></tr><tr><td style=\"white-space:nowrap\">encounter<a name=\"GroupCharacteristic-Code-encounter\"> </a></td><td>Encounter</td><td>Characteristics with this code constrain encounters that the patient took part in</td></tr><tr><td style=\"white-space:nowrap\">test<a name=\"GroupCharacteristic-Code-test\"> </a></td><td>Test</td><td>Characteristics with this code define tests the patient must have completed</td></tr><tr><td style=\"white-space:nowrap\">consent<a name=\"GroupCharacteristic-Code-consent\"> </a></td><td>Consent</td><td>Characteristics with this code define the consent document the patient must have signed to</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CharacteristicCodes"] ; # 
  fhir:title [ fhir:v "Possible codes for GroupCharacteristic"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-02-16T11:03:45+01:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IEHR-Workgroup"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/IEHR-Workgroup" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains possible codes that can be used in Group.characteristics"] ; # 
  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:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "expected lifespan" ] ;
fhir:display [ fhir:v "Expected lifespan" ] ;
fhir:definition [ fhir:v "Characteristics with this code constrain the patients expected lifespan" ]
  ] [
fhir:code [ fhir:v "observation" ] ;
fhir:display [ fhir:v "Observation" ] ;
fhir:definition [ fhir:v "Characteristics with this code constrain observations of the patient" ]
  ] [
fhir:code [ fhir:v "procedure" ] ;
fhir:display [ fhir:v "Procedure" ] ;
fhir:definition [ fhir:v "Characteristics with this code constrain procedures undertaken by the patient" ]
  ] [
fhir:code [ fhir:v "encounter" ] ;
fhir:display [ fhir:v "Encounter" ] ;
fhir:definition [ fhir:v "Characteristics with this code constrain encounters that the patient took part in" ]
  ] [
fhir:code [ fhir:v "test" ] ;
fhir:display [ fhir:v "Test" ] ;
fhir:definition [ fhir:v "Characteristics with this code define tests the patient must have completed" ]
  ] [
fhir:code [ fhir:v "consent" ] ;
fhir:display [ fhir:v "Consent" ] ;
fhir:definition [ fhir:v "Characteristics with this code define the consent document the patient must have signed to" ]
  ] ) . #