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

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

: Structure Definition Kind - JSON Representation

Page standards status: Normative Maturity Level: 5

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "structure-definition-kind",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/structure-definition-kind</code> defines the following codes:\n            </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\">primitive-type\n                  <a name=\"structure-definition-kind-primitive-type\"> </a>\n                </td>\n                <td>Primitive Data Type</td>\n                <td>A primitive type that has a value and an extension. These can be used throughout complex datatype, Resource and extension definitions. Only the base specification can define primitive types.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">complex-type\n                  <a name=\"structure-definition-kind-complex-type\"> </a>\n                </td>\n                <td>Complex Data Type</td>\n                <td>A  complex structure that defines a set of data elements that is suitable for use in 'resources'. The base specification defines a number of complex types, and other specifications can define additional types. These structures do not have a maintained identity.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">resource\n                  <a name=\"structure-definition-kind-resource\"> </a>\n                </td>\n                <td>Resource</td>\n                <td>A 'resource' - a directed acyclic graph of elements that aggregrates other types into an identifiable entity. The base FHIR resources are defined by the FHIR specification itself but other 'resources' can be defined in additional specifications (though these will not be recognized as 'resources' by the FHIR specification; i.e. they do not get end-points etc., or act as the targets of references in FHIR defined resources - though other specifications can treat them this way).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">logical\n                  <a name=\"structure-definition-kind-logical\"> </a>\n                </td>\n                <td>Logical</td>\n                <td>A pattern or a template that is not intended to be a real resource or complex type.</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-r5.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://hl7.org/fhir/structure-definition-kind",
  "version" : "5.0.0",
  "name" : "StructureDefinitionKind",
  "title" : "Structure Definition Kind",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Defines the type of structure that a definition is describing.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/structure-definition-kind|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "primitive-type",
      "display" : "Primitive Data Type",
      "definition" : "A primitive type that has a value and an extension. These can be used throughout complex datatype, Resource and extension definitions. Only the base specification can define primitive types."
    },
    {
      "code" : "complex-type",
      "display" : "Complex Data Type",
      "definition" : "A  complex structure that defines a set of data elements that is suitable for use in 'resources'. The base specification defines a number of complex types, and other specifications can define additional types. These structures do not have a maintained identity."
    },
    {
      "code" : "resource",
      "display" : "Resource",
      "definition" : "A 'resource' - a directed acyclic graph of elements that aggregrates other types into an identifiable entity. The base FHIR resources are defined by the FHIR specification itself but other 'resources' can be defined in additional specifications (though these will not be recognized as 'resources' by the FHIR specification; i.e. they do not get end-points etc., or act as the targets of references in FHIR defined resources - though other specifications can treat them this way)."
    },
    {
      "code" : "logical",
      "display" : "Logical",
      "definition" : "A pattern or a template that is not intended to be a real resource or complex type."
    }
  ]
}