2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension-profile-template-status.json

Raw JSON (canonical form)

Template Status Code (more authoring statuses)

{
  "resourceType": "ExtensionDefinition",
  "id": "profile-template-status",
  "url": "http://hl7.org/fhir/ExtensionDefinition/profile-template-status",
  "name": "Template Status Code (more authoring statuses)",
  "publisher": "Health Level Seven, Inc. - [WG Name] WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/special/committees/FHIR"
        }
      ]
    }
  ],
  "description": "Status code taken from [HL7 template specification](http://wiki.hl7.org/images/7/7a/TemplatesDSTU-20140910b-96.pdf.zip) - allows for alignment with the template DSTU, and has more authoring status codes.",
  "status": "draft",
  "date": "2014-01-31",
  "contextType": "resource",
  "context": [
    "Profile"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Template Status Code (more authoring statuses)",
      "definition": "Status code taken from [HL7 template specification](http://wiki.hl7.org/images/7/7a/TemplatesDSTU-20140910b-96.pdf.zip) - allows for alignment with the template DSTU, and has more authoring status codes.",
      "comments": "The Profile status has the codes that are relevant to end-users/developers, while this extension has the codes used by profile developers.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "code"
        }
      ],
      "binding": {
        "name": "TemplateStatusCode",
        "isExtensible": false,
        "conformance": "required",
        "description": "The status indicates the level of maturity of the design and may be used to manage the use of the design",
        "referenceReference": {
          "reference": "http://hl7.org/fhir/vs/template-status-code"
        }
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.