FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/template-status-code

Packagehl7.fhir.uv.extensions.r5
TypeCodeSystem
Idtemplate-status-code
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/CodeSystem-template-status-code.html
URLhttp://hl7.org/fhir/template-status-code
Version5.2.0
Statusdraft
Date2025-02-10T21:45:45+11:00
NameTemplateStatusCode
Titletemplate status code system
Realmuv
Authorityhl7
DescriptionTemplateStatusCode
Contentcomplete

Resources that use this resource

ValueSet
template-status-codetemplate status code value set
template-status-codetemplate status code value set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem template-status-code

Last updated: 2023-01-31 19:21:12+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/template-status-code defines the following codes:

CodeDisplayDefinition
draft DraftDesign is under development (nascent).
pending Under pre-publication reviewDesign is completed and is being reviewed.
active activeDesign has been deemed fit for the intended purpose and is published by the governance group.
review In ReviewDesign 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.
cancelled CancelledA drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published in an active state.
rejected RejectedA 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.
retired retiredA 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.
terminated TerminatedA 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.

Source

{
  "resourceType": "CodeSystem",
  "id": "template-status-code",
  "meta": {
    "lastUpdated": "2023-01-31T19:21:12.122+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/template-status-code",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1903"
    }
  ],
  "version": "5.2.0",
  "name": "TemplateStatusCode",
  "title": "template status code system",
  "status": "draft",
  "experimental": false,
  "date": "2025-02-10T21:45:45+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "TemplateStatusCode",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "draft",
      "display": "Draft",
      "definition": "Design is under development (nascent)."
    },
    {
      "code": "pending",
      "display": "Under pre-publication review",
      "definition": "Design is completed and is being reviewed."
    },
    {
      "code": "active",
      "display": "active",
      "definition": "Design has been deemed fit for the intended purpose and is published by the governance group."
    },
    {
      "code": "review",
      "display": "In Review",
      "definition": "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."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "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."
    },
    {
      "code": "rejected",
      "display": "Rejected",
      "definition": "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."
    },
    {
      "code": "retired",
      "display": "retired",
      "definition": "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."
    },
    {
      "code": "terminated",
      "display": "Terminated",
      "definition": "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."
    }
  ]
}