FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-structure-definition-kind.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-structure-definition-kind.html
URLhttp://hl7.org/fhir/structure-definition-kind
Version4.0.1
Statusactive
Date2019-11-01T08:29:23+10:00
NameStructureDefinitionKind
TitleStructureDefinitionKind
Realmuv
Authorityhl7
DescriptionDefines the type of structure that a definition is describing.
Contentcomplete

Resources that use this resource

ValueSet
R4-structure-definition-kind-for-R4BCross-version VS for R4.StructureDefinitionKind for use in FHIR R4B
R2-structure-definition-kind-for-R4BCross-version VS for R2.StructureDefinitionKind for use in FHIR R4B
R2-structure-definition-kind-for-R4Cross-version VS for R2.StructureDefinitionKind for use in FHIR R4
R3-structure-definition-kind-for-R4BCross-version VS for R3.StructureDefinitionKind for use in FHIR R4B
R4-structure-definition-kind-for-R5Cross-version VS for R4.StructureDefinitionKind for use in FHIR R5
R2-structure-definition-kind-for-R5Cross-version VS for R2.StructureDefinitionKind for use in FHIR R5
R3-structure-definition-kind-for-R5Cross-version VS for R3.StructureDefinitionKind for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem structure-definition-kind

This case-sensitive code system http://hl7.org/fhir/structure-definition-kind defines the following codes:

CodeDisplayDefinition
primitive-type Primitive Data TypeA 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.
complex-type Complex Data TypeA 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.
resource ResourceA '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 recognised 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 specificatiosn can treat them this way).
logical LogicalA pattern or a template that is not intended to be a real resource or complex type.

Source1

{
  "resourceType": "CodeSystem",
  "id": "structure-definition-kind",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-r4.r4b"
        },
        {
          "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": "4.0.1",
  "name": "StructureDefinitionKind",
  "title": "StructureDefinitionKind",
  "status": "active",
  "experimental": false,
  "date": "2019-11-01T08:29:23+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.3.0",
  "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 recognised 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 specificatiosn 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."
    }
  ]
}