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

: template status code system - TTL Representation

Page standards status: Trial-use Maturity Level: 2

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 "template-status-code"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-31T19:21:12.122+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  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/template-status-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\">draft<a name=\"template-status-code-draft\"> </a></td><td>Draft</td><td>Design is under development (nascent).</td></tr><tr><td style=\"white-space:nowrap\">pending<a name=\"template-status-code-pending\"> </a></td><td>Under pre-publication review</td><td>Design is completed and is being reviewed.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"template-status-code-active\"> </a></td><td>active</td><td>Design has been deemed fit for the intended purpose and is published by the governance group.</td></tr><tr><td style=\"white-space:nowrap\">review<a name=\"template-status-code-review\"> </a></td><td>In Review</td><td>Design is active, but is under review. The review may result in a change to the design. The change may necessitate a new version to be created. This in turn may result in the prior version of the template to be retired. Alternatively, the review may result in a change to the design that does not require a new version to be created, or it may result in no change to the design at all.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"template-status-code-cancelled\"> </a></td><td>Cancelled</td><td>A drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published in an active state.</td></tr><tr><td style=\"white-space:nowrap\">rejected<a name=\"template-status-code-rejected\"> </a></td><td>Rejected</td><td>A previously drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published for consideration in a pending state.</td></tr><tr><td style=\"white-space:nowrap\">retired<a name=\"template-status-code-retired\"> </a></td><td>retired</td><td>A previously active design is discontinued from use. It should no longer be used for future designs, but for historical purposes may be used to process data previously recorded using this design. A newer design may or may not exist. The design is published in the retired state.</td></tr><tr><td style=\"white-space:nowrap\">terminated<a name=\"template-status-code-terminated\"> </a></td><td>Terminated</td><td>A design is determined to be erroneous or not fit for the intended purpose and should no longer be used, even for historical purposes. No new designs can be developed for this template. The associated template no longer needs to be published, but if published, is shown in the terminated state.</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 "trial-use" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/template-status-code"^^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.1903" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.1.0-cibuild"] ; # 
  fhir:name [ fhir:v "TemplateStatusCode"] ; # 
  fhir:title [ fhir:v "template status code system"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-27T18:59:38+00: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 "TemplateStatusCode"] ; # 
  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:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "draft" ] ;
fhir:display [ fhir:v "Draft" ] ;
fhir:definition [ fhir:v "Design is under development (nascent)." ]
  ] [
fhir:code [ fhir:v "pending" ] ;
fhir:display [ fhir:v "Under pre-publication review" ] ;
fhir:definition [ fhir:v "Design is completed and is being reviewed." ]
  ] [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "active" ] ;
fhir:definition [ fhir:v "Design has been deemed fit for the intended purpose and is published by the governance group." ]
  ] [
fhir:code [ fhir:v "review" ] ;
fhir:display [ fhir:v "In Review" ] ;
fhir:definition [ fhir:v "Design is active, but is under review. The review may result in a change to the design. The change may necessitate a new version to be created. This in turn may result in the prior version of the template to be retired. Alternatively, the review may result in a change to the design that does not require a new version to be created, or it may result in no change to the design at all." ]
  ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
fhir:definition [ fhir:v "A drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published in an active state." ]
  ] [
fhir:code [ fhir:v "rejected" ] ;
fhir:display [ fhir:v "Rejected" ] ;
fhir:definition [ fhir:v "A previously drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published for consideration in a pending state." ]
  ] [
fhir:code [ fhir:v "retired" ] ;
fhir:display [ fhir:v "retired" ] ;
fhir:definition [ fhir:v "A previously active design is discontinued from use. It should no longer be used for future designs, but for historical purposes may be used to process data previously recorded using this design. A newer design may or may not exist. The design is published in the retired state." ]
  ] [
fhir:code [ fhir:v "terminated" ] ;
fhir:display [ fhir:v "Terminated" ] ;
fhir:definition [ fhir:v "A design is determined to be erroneous or not fit for the intended purpose and should no longer be used, even for historical purposes. No new designs can be developed for this template. The associated template no longer needs to be published, but if published, is shown in the terminated state." ]
  ] ) . #