FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: Coding Purpose Code System - TTL Representation

Page standards status: Draft

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 "coding-purpose"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-31T07:07:38.434+11:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/coding-purpose</code> defines the following codes in a Is-A heirarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">original<a name=\"coding-purpose-original\"> </a></td><td>Original Code</td><td>Originally produced/selected code.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">post-coded<a name=\"coding-purpose-post-coded\"> </a></td><td>Post Coded</td><td>Post-coded from free text source (either by Human or AI).</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">translated<a name=\"coding-purpose-translated\"> </a></td><td>Translated</td><td>Translated from the source code (e.g. by table or terminology service).</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">conformance<a name=\"coding-purpose-conformance\"> </a></td><td>Conformance</td><td>Required to be present by one or more interface/messaging specifications.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  conformance-fhir<a name=\"coding-purpose-conformance-fhir\"> </a></td><td>Conformance (FHIR)</td><td>Required to be present by the base FHIR specifications.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  conformance-national<a name=\"coding-purpose-conformance-national\"> </a></td><td>Conformance (National Spec)</td><td>Required to be present by a national specification (usually the base/core FHIR profile for the jurisdiction).</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  conformance-business<a name=\"coding-purpose-conformance-business\"> </a></td><td>Conformance (Business Spec)</td><td>Required to be present by an applicable business specifications (e.g. DaVinci, mCode, WHO IGs).</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 "draft" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/coding-purpose"^^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.2112" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.1.0-cibuild"] ; # 
  fhir:name [ fhir:v "CodingPurposeCS"] ; # 
  fhir:title [ fhir:v "Coding Purpose Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-01-31T07:07:38+11: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 "The reason a coding is present."] ; # 
  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:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/coding-purpose"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/coding-purpose>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "original" ] ;
fhir:display [ fhir:v "Original Code" ] ;
fhir:definition [ fhir:v "Originally produced/selected code." ]
  ] [
fhir:code [ fhir:v "post-coded" ] ;
fhir:display [ fhir:v "Post Coded" ] ;
fhir:definition [ fhir:v "Post-coded from free text source (either by Human or AI)." ]
  ] [
fhir:code [ fhir:v "translated" ] ;
fhir:display [ fhir:v "Translated" ] ;
fhir:definition [ fhir:v "Translated from the source code (e.g. by table or terminology service)." ]
  ] [
fhir:code [ fhir:v "conformance" ] ;
fhir:display [ fhir:v "Conformance" ] ;
fhir:definition [ fhir:v "Required to be present by one or more interface/messaging specifications." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "conformance-fhir" ] ;
fhir:display [ fhir:v "Conformance (FHIR)" ] ;
fhir:definition [ fhir:v "Required to be present by the base FHIR specifications." ]     ] [
fhir:code [ fhir:v "conformance-national" ] ;
fhir:display [ fhir:v "Conformance (National Spec)" ] ;
fhir:definition [ fhir:v "Required to be present by a national specification (usually the base/core FHIR profile for the jurisdiction)." ]     ] [
fhir:code [ fhir:v "conformance-business" ] ;
fhir:display [ fhir:v "Conformance (Business Spec)" ] ;
fhir:definition [ fhir:v "Required to be present by an applicable business specifications (e.g. DaVinci, mCode, WHO IGs)." ]     ] )
  ] ) . #