HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

Structure Definition Use Codes / Keywords - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "definition-use",
  "meta" : {
    "lastUpdated" : "2020-04-09T17:10:28.568-04:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            \n      <h2>Structure Definition Use Codes / Keywords</h2>\n            \n      <div>\n              \n        <p>Structure Definition Use Codes / Keywords</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/definition-use defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">fhir-structure\n                  \n            <a name=\"definition-use-fhir-structure\"> </a>\n                \n          </td>\n                \n          <td>FHIR Structure</td>\n                \n          <td>This structure is defined as part of the base FHIR Specification</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">custom-resource\n                  \n            <a name=\"definition-use-custom-resource\"> </a>\n                \n          </td>\n                \n          <td>Custom Resource</td>\n                \n          <td>This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">dam\n                  \n            <a name=\"definition-use-dam\"> </a>\n                \n          </td>\n                \n          <td>Domain Analysis Model</td>\n                \n          <td>This structure captures an analysis of a domain</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">wire-format\n                  \n            <a name=\"definition-use-wire-format\"> </a>\n                \n          </td>\n                \n          <td>Wire Format</td>\n                \n          <td>This structure represents and existing structure (e.g. CDA, HL7 v2)</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">archetype\n                  \n            <a name=\"definition-use-archetype\"> </a>\n                \n          </td>\n                \n          <td>Domain Analysis Model</td>\n                \n          <td>This structure captures an analysis of a domain</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">template\n                  \n            <a name=\"definition-use-template\"> </a>\n                \n          </td>\n                \n          <td>Template</td>\n                \n          <td>This structure is a template (n.b: 'template' has many meanings)</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/definition-use",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1191"
    }
  ],
  "version" : "4.2.0",
  "name" : "DefinitionUseCodes",
  "title" : "Structure Definition Use Codes / Keywords",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-05-09T12:49:00-04:00",
  "publisher" : "FHIR Project team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Structure Definition Use Codes / Keywords",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/definition-use",
  "content" : "complete",
  "concept" : [
    {
      "code" : "fhir-structure",
      "display" : "FHIR Structure",
      "definition" : "This structure is defined as part of the base FHIR Specification"
    },
    {
      "code" : "custom-resource",
      "display" : "Custom Resource",
      "definition" : "This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)"
    },
    {
      "code" : "dam",
      "display" : "Domain Analysis Model",
      "definition" : "This structure captures an analysis of a domain"
    },
    {
      "code" : "wire-format",
      "display" : "Wire Format",
      "definition" : "This structure represents and existing structure (e.g. CDA, HL7 v2)"
    },
    {
      "code" : "archetype",
      "display" : "Domain Analysis Model",
      "definition" : "This structure captures an analysis of a domain"
    },
    {
      "code" : "template",
      "display" : "Template",
      "definition" : "This structure is a template (n.b: 'template' has many meanings)"
    }
  ]
}