FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: Structure Definition Use Codes / Keywords - JSON Representation

Page standards status: Normative Maturity Level: 5

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "definition-use",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/definition-use defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">fhir-structure\n                  <a name=\"definition-use-fhir-structure\"> </a>\n                </td>\n                <td>FHIR Structure</td>\n                <td>This structure is defined as part of the base FHIR Specification</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">custom-resource\n                  <a name=\"definition-use-custom-resource\"> </a>\n                </td>\n                <td>Custom Resource</td>\n                <td>This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">dam\n                  <a name=\"definition-use-dam\"> </a>\n                </td>\n                <td>Domain Analysis Model</td>\n                <td>This structure captures an analysis of a domain</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">wire-format\n                  <a name=\"definition-use-wire-format\"> </a>\n                </td>\n                <td>Wire Format</td>\n                <td>This structure represents and existing structure (e.g. CDA, HL7 v2)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">archetype\n                  <a name=\"definition-use-archetype\"> </a>\n                </td>\n                <td>Domain Analysis Model</td>\n                <td>This structure captures an analysis of a domain</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">template\n                  <a name=\"definition-use-template\"> </a>\n                </td>\n                <td>Template</td>\n                <td>This structure is a template (n.b: 'template' has many meanings)</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "normative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode" : "4.0.0"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 5
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/definition-use",
  "version" : "4.3.0",
  "name" : "DefinitionUseCodes",
  "title" : "Structure Definition Use Codes / Keywords",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Structure Definition Use Codes / Keywords",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/definition-use|4.0.1",
  "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)"
    }
  ]
}