Terminology Change Set Exchange
1.0.0-ballot - STU1 Ballot International flag

This page is part of the Terminology Change Set Exchange (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: EvidenceVariableRole UTG-247 Change Set - TTL Representation

Page standards status: Informative

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 "HL7VariableRoleChangeSet"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/termchangeset/StructureDefinition/changeset-profile"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/termchangeset/StructureDefinition/changeset-profile>     ] )
  ] ; # 
  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 HL7VariableRoleChangeSet</b></p><a name=\"HL7VariableRoleChangeSet\"> </a><a name=\"hcHL7VariableRoleChangeSet\"> </a><a name=\"HL7VariableRoleChangeSet-en-US\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/variable-role_ChangeSetUTG427</code> provides <b>a fragment</b> that includes 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\">measuredVariableA<a name=\"HL7VariableRoleChangeSet-measuredVariableA\"> </a></td><td>measured variable A</td><td>variable represents a first of two measured variables to be used in a measured variable that is a mathematical operation of two measured variables.</td></tr><tr><td style=\"white-space:nowrap\">measuredVariableB<a name=\"HL7VariableRoleChangeSet-measuredVariableB\"> </a></td><td>measured variable B</td><td>variable represents a second of two measured variables to be used in a measured variable that is a mathematical operation of two measured variables.</td></tr><tr><td style=\"white-space:nowrap\">measuredVariableAB<a name=\"HL7VariableRoleChangeSet-measuredVariableAB\"> </a></td><td>measured variable A to B</td><td>variable represents a result of a mathematical operation of two measured variables.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/variable-role_ChangeSetUTG427"^^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.1.1457" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "EvidenceVariableRole_UTG247_ChangeSet"] ; # 
  fhir:title [ fhir:v "EvidenceVariableRole UTG-247 Change Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-14T14:53:44+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example of HL7 VariableRole code system Change Set based on UTG-427 https://jira.hl7.org/browse/UP-427"] ; # 
  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:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "fragment"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "measuredVariableA" ] ;
fhir:display [ fhir:v "measured variable A" ] ;
fhir:definition [ fhir:v "variable represents a first of two measured variables to be used in a measured variable that is a mathematical operation of two measured variables." ]
  ] [
fhir:code [ fhir:v "measuredVariableB" ] ;
fhir:display [ fhir:v "measured variable B" ] ;
fhir:definition [ fhir:v "variable represents a second of two measured variables to be used in a measured variable that is a mathematical operation of two measured variables." ]
  ] [
fhir:code [ fhir:v "measuredVariableAB" ] ;
fhir:display [ fhir:v "measured variable A to B" ] ;
fhir:definition [ fhir:v "variable represents a result of a mathematical operation of two measured variables." ]
  ] ) . #