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

FHIR IG analytics

Packagesmart.who.int.base
Resource TypeStructureDefinition
IdStructureDefinition-CoreDataElement.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-CoreDataElement.html
URLhttp://smart.who.int/base/StructureDefinition/CoreDataElement
Version0.2.0
Statusactive
Date2026-01-19T10:55:40+00:00
NameCoreDataElement
TitleCore Data Element (DAK)
Authoritywho
DescriptionLogical Model for representing Core Data Elements from a DAK. A core data element can be one of: a ValueSet, a CodeSystem, a ConceptMap, or a Logical Model adherent to SGLogicalModel. This is the ONE EXCEPTION to allowing FHIR R4 models into the DAK LMs.
Typehttp://smart.who.int/base/StructureDefinition/CoreDataElement
Kindlogical

Resources that use this resource

StructureDefinition
CoreDataElementSourceCore Data Element Source

Resources that this resource uses

ValueSet
CoreDataElementTypeVSCore Data Element Type Value Set

Narrative

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

Generated Narrative: StructureDefinition CoreDataElement

NameFlagsCard.TypeDescription & Constraintsdoco
.. CoreDataElement 0..*BaseCore Data Element (DAK)
... type 1..1codeType
Binding: Core Data Element Type Value Set (required)
... canonical 1..1uriCanonical
... id 0..1idElement ID
... description[x] 0..1Description
.... descriptionStringstring
.... descriptionUriuri

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "CoreDataElement",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/base/StructureDefinition/CoreDataElement",
  "version": "0.2.0",
  "name": "CoreDataElement",
  "title": "Core Data Element (DAK)",
  "status": "active",
  "date": "2026-01-19T10:55:40+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Logical Model for representing Core Data Elements from a DAK. A core data element can be one of: a ValueSet, a CodeSystem, a ConceptMap, or a Logical Model adherent to SGLogicalModel. This is the ONE EXCEPTION to allowing FHIR R4 models into the DAK LMs.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://smart.who.int/base/StructureDefinition/CoreDataElement",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "CoreDataElement",
        "path": "CoreDataElement",
        "short": "Core Data Element (DAK)",
        "definition": "Logical Model for representing Core Data Elements from a DAK. A core data element can be one of: a ValueSet, a CodeSystem, a ConceptMap, or a Logical Model adherent to SGLogicalModel. This is the ONE EXCEPTION to allowing FHIR R4 models into the DAK LMs.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "CoreDataElement.type",
        "path": "CoreDataElement.type",
        "short": "Type",
        "definition": "Type of core data element: valueset, codesystem, conceptmap, or logicalmodel",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CoreDataElement.type",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://smart.who.int/base/ValueSet/CoreDataElementTypeVS"
        }
      },
      {
        "id": "CoreDataElement.canonical",
        "path": "CoreDataElement.canonical",
        "short": "Canonical",
        "definition": "Canonical URI/IRI pointing to the ValueSet, CodeSystem, ConceptMap, or Logical Model definition",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CoreDataElement.canonical",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "CoreDataElement.id",
        "path": "CoreDataElement.id",
        "short": "Element ID",
        "definition": "Identifier for the core data element",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CoreDataElement.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "CoreDataElement.description[x]",
        "path": "CoreDataElement.description[x]",
        "short": "Description",
        "definition": "Description of the core data element - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CoreDataElement.description[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          },
          {
            "code": "uri"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CoreDataElement",
        "path": "CoreDataElement",
        "short": "Core Data Element (DAK)",
        "definition": "Logical Model for representing Core Data Elements from a DAK. A core data element can be one of: a ValueSet, a CodeSystem, a ConceptMap, or a Logical Model adherent to SGLogicalModel. This is the ONE EXCEPTION to allowing FHIR R4 models into the DAK LMs."
      },
      {
        "id": "CoreDataElement.type",
        "path": "CoreDataElement.type",
        "short": "Type",
        "definition": "Type of core data element: valueset, codesystem, conceptmap, or logicalmodel",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://smart.who.int/base/ValueSet/CoreDataElementTypeVS"
        }
      },
      {
        "id": "CoreDataElement.canonical",
        "path": "CoreDataElement.canonical",
        "short": "Canonical",
        "definition": "Canonical URI/IRI pointing to the ValueSet, CodeSystem, ConceptMap, or Logical Model definition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "CoreDataElement.id",
        "path": "CoreDataElement.id",
        "short": "Element ID",
        "definition": "Identifier for the core data element",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "CoreDataElement.description[x]",
        "path": "CoreDataElement.description[x]",
        "short": "Description",
        "definition": "Description of the core data element - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "uri"
          }
        ]
      }
    ]
  }
}