FHIR Tooling Extensions IG
0.2.0 - Release 0.2.0 International flag

This page is part of the HL7 Tools Extension IG (v0.2.0: Releases - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Terminology Issue Type - TTL Representation

Active as of 2024-04-26

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 "tx-issue-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p>This case-sensitive code system <code>http://hl7.org/fhir/tools/CodeSystem/tx-issue-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\">not-found<a name=\"tx-issue-type-not-found\"> </a></td><td>Not Found</td><td>An issue that identifies a code system or value set that was not found validating the code(s)</td></tr><tr><td style=\"white-space:nowrap\">not-in-vs<a name=\"tx-issue-type-not-in-vs\"> </a></td><td>Not in ValueSet</td><td>An issue that represents the value set validation failure</td></tr><tr><td style=\"white-space:nowrap\">this-code-not-in-vs<a name=\"tx-issue-type-this-code-not-in-vs\"> </a></td><td>This code not in valueset</td><td>An issue that indicates that a particular code as not in the value set (but others might be)</td></tr><tr><td style=\"white-space:nowrap\">invalid-data<a name=\"tx-issue-type-invalid-data\"> </a></td><td>Invalid Data</td><td>An issue that indicates that the code/Coding/CodeableConcept provided was invalid</td></tr><tr><td style=\"white-space:nowrap\">invalid-code<a name=\"tx-issue-type-invalid-code\"> </a></td><td>Invalid Code</td><td>An issue that indicates that a provided code is not valid in a code system</td></tr><tr><td style=\"white-space:nowrap\">invalid-display<a name=\"tx-issue-type-invalid-display\"> </a></td><td>Invalid Display</td><td>An issue relating to the display provided for a code</td></tr><tr><td style=\"white-space:nowrap\">cannot-infer<a name=\"tx-issue-type-cannot-infer\"> </a></td><td>Cannot Infer System</td><td>An issue indicating why inferring the code system failed (for type=code)</td></tr><tr><td style=\"white-space:nowrap\">code-rule<a name=\"tx-issue-type-code-rule\"> </a></td><td>Code Rule</td><td>An issue indicating that a valid code was not valid in this context</td></tr><tr><td style=\"white-space:nowrap\">vs-invalid<a name=\"tx-issue-type-vs-invalid\"> </a></td><td>ValueSet Invalid</td><td>An issue relating to a problem processing a value set while validating</td></tr><tr><td style=\"white-space:nowrap\">status-check<a name=\"tx-issue-type-status-check\"> </a></td><td>Status Check</td><td>An issue pertaining to the status of the underlying resources</td></tr></table></div><div xml:lang=\"es\" lang=\"es\"><hr/><p><b>Spanish</b></p><hr/><p>This case-sensitive code system <code>http://hl7.org/fhir/tools/CodeSystem/tx-issue-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\">not-found<a name=\"tx-issue-type-not-found\"> </a></td><td>Not Found</td><td>An issue that identifies a code system or value set that was not found validating the code(s)</td></tr><tr><td style=\"white-space:nowrap\">not-in-vs<a name=\"tx-issue-type-not-in-vs\"> </a></td><td>Not in ValueSet</td><td>An issue that represents the value set validation failure</td></tr><tr><td style=\"white-space:nowrap\">this-code-not-in-vs<a name=\"tx-issue-type-this-code-not-in-vs\"> </a></td><td>This code not in valueset</td><td>An issue that indicates that a particular code as not in the value set (but others might be)</td></tr><tr><td style=\"white-space:nowrap\">invalid-data<a name=\"tx-issue-type-invalid-data\"> </a></td><td>Invalid Data</td><td>An issue that indicates that the code/Coding/CodeableConcept provided was invalid</td></tr><tr><td style=\"white-space:nowrap\">invalid-code<a name=\"tx-issue-type-invalid-code\"> </a></td><td>Invalid Code</td><td>An issue that indicates that a provided code is not valid in a code system</td></tr><tr><td style=\"white-space:nowrap\">invalid-display<a name=\"tx-issue-type-invalid-display\"> </a></td><td>Invalid Display</td><td>An issue relating to the display provided for a code</td></tr><tr><td style=\"white-space:nowrap\">cannot-infer<a name=\"tx-issue-type-cannot-infer\"> </a></td><td>Cannot Infer System</td><td>An issue indicating why inferring the code system failed (for type=code)</td></tr><tr><td style=\"white-space:nowrap\">code-rule<a name=\"tx-issue-type-code-rule\"> </a></td><td>Code Rule</td><td>An issue indicating that a valid code was not valid in this context</td></tr><tr><td style=\"white-space:nowrap\">vs-invalid<a name=\"tx-issue-type-vs-invalid\"> </a></td><td>ValueSet Invalid</td><td>An issue relating to a problem processing a value set while validating</td></tr><tr><td style=\"white-space:nowrap\">status-check<a name=\"tx-issue-type-status-check\"> </a></td><td>Status Check</td><td>An issue pertaining to the status of the underlying resources</td></tr></table></div></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/tools/CodeSystem/tx-issue-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.40.1.16.12" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "TerminologyIssueType"] ; # 
  fhir:title [ fhir:v "Terminology Issue Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-26T06:44:22+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that the type of an issue in the response to a $validate-code operation. The validator will handle some types of issues differently. In the absence of an issue type, issues are passed to the user without processing, and this may be confusing to users"] ; # 
  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 "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "not-found" ] ;
fhir:display [ fhir:v "Not Found" ] ;
fhir:definition [ fhir:v "An issue that identifies a code system or value set that was not found validating the code(s)" ]
  ] [
fhir:code [ fhir:v "not-in-vs" ] ;
fhir:display [ fhir:v "Not in ValueSet" ] ;
fhir:definition [ fhir:v "An issue that represents the value set validation failure" ]
  ] [
fhir:code [ fhir:v "this-code-not-in-vs" ] ;
fhir:display [ fhir:v "This code not in valueset" ] ;
fhir:definition [ fhir:v "An issue that indicates that a particular code as not in the value set (but others might be)" ]
  ] [
fhir:code [ fhir:v "invalid-data" ] ;
fhir:display [ fhir:v "Invalid Data" ] ;
fhir:definition [ fhir:v "An issue that indicates that the code/Coding/CodeableConcept provided was invalid" ]
  ] [
fhir:code [ fhir:v "invalid-code" ] ;
fhir:display [ fhir:v "Invalid Code" ] ;
fhir:definition [ fhir:v "An issue that indicates that a provided code is not valid in a code system" ]
  ] [
fhir:code [ fhir:v "invalid-display" ] ;
fhir:display [ fhir:v "Invalid Display" ] ;
fhir:definition [ fhir:v "An issue relating to the display provided for a code" ]
  ] [
fhir:code [ fhir:v "cannot-infer" ] ;
fhir:display [ fhir:v "Cannot Infer System" ] ;
fhir:definition [ fhir:v "An issue indicating why inferring the code system failed (for type=code)" ]
  ] [
fhir:code [ fhir:v "code-rule" ] ;
fhir:display [ fhir:v "Code Rule" ] ;
fhir:definition [ fhir:v "An issue indicating that a valid code was not valid in this context" ]
  ] [
fhir:code [ fhir:v "vs-invalid" ] ;
fhir:display [ fhir:v "ValueSet Invalid" ] ;
fhir:definition [ fhir:v "An issue relating to a problem processing a value set while validating" ]
  ] [
fhir:code [ fhir:v "status-check" ] ;
fhir:display [ fhir:v "Status Check" ] ;
fhir:definition [ fhir:v "An issue pertaining to the status of the underlying resources" ]
  ] ) . #