FHIR IG analytics
| Package | smart.who.int.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-CoreDataElement.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-CoreDataElement.html |
| URL | http://smart.who.int/base/StructureDefinition/CoreDataElement |
| Version | 0.2.0 |
| Status | active |
| Date | 2026-01-19T10:55:40+00:00 |
| Name | CoreDataElement |
| Title | Core Data Element (DAK) |
| Authority | who |
| 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. |
| Type | http://smart.who.int/base/StructureDefinition/CoreDataElement |
| Kind | logical |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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"
}
]
}
]
}
}