FHIR IG analytics| Package | smart.who.int.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-DublinCore.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-DublinCore.html |
| URL | http://smart.who.int/base/StructureDefinition/DublinCore |
| Version | 0.2.0 |
| Status | active |
| Date | 2026-01-19T10:55:40+00:00 |
| Name | DublinCore |
| Title | Dublin Core Metadata Element Set |
| Authority | who |
| Description | Logical Model representing Dublin Core metadata elements as defined at https://www.dublincore.org/specifications/dublin-core/dcmi-terms/ |
| Type | http://smart.who.int/base/StructureDefinition/DublinCore |
| Kind | logical |
| StructureDefinition | |
| HealthInterventions | Health Interventions and Recommendations (DAK) |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition DublinCore
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Dublin Core Metadata Element Set | |
![]() ![]() | 0..1 | string | Title | |
![]() ![]() | 0..* | string | Creator | |
![]() ![]() | 0..* | string | Subject | |
![]() ![]() | 0..1 | markdown | Description | |
![]() ![]() | 0..1 | string | Publisher | |
![]() ![]() | 0..* | string | Contributor | |
![]() ![]() | 0..1 | date | Date | |
![]() ![]() | 0..* | string | Type | |
![]() ![]() | 0..1 | string | Format | |
![]() ![]() | 0..* | string | Identifier | |
![]() ![]() | 0..1 | string | Source | |
![]() ![]() | 0..1 | string | Language | |
![]() ![]() | 0..* | string | Relation | |
![]() ![]() | 0..1 | string | Coverage | |
![]() ![]() | 0..1 | string | Rights | |
{
"resourceType": "StructureDefinition",
"id": "DublinCore",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/base/StructureDefinition/DublinCore",
"version": "0.2.0",
"name": "DublinCore",
"title": "Dublin Core Metadata Element Set",
"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 representing Dublin Core metadata elements as defined at https://www.dublincore.org/specifications/dublin-core/dcmi-terms/",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://smart.who.int/base/StructureDefinition/DublinCore",
"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": "DublinCore",
"path": "DublinCore",
"short": "Dublin Core Metadata Element Set",
"definition": "Logical Model representing Dublin Core metadata elements as defined at https://www.dublincore.org/specifications/dublin-core/dcmi-terms/",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "DublinCore.title",
"path": "DublinCore.title",
"short": "Title",
"definition": "A name given to the resource",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.title",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.creator",
"path": "DublinCore.creator",
"short": "Creator",
"definition": "An entity responsible for making the resource",
"min": 0,
"max": "*",
"base": {
"path": "DublinCore.creator",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.subject",
"path": "DublinCore.subject",
"short": "Subject",
"definition": "The topic of the resource",
"min": 0,
"max": "*",
"base": {
"path": "DublinCore.subject",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.description",
"path": "DublinCore.description",
"short": "Description",
"definition": "An account of the resource",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.description",
"min": 0,
"max": "1"
},
"type": [
{
"code": "markdown"
}
]
},
{
"id": "DublinCore.publisher",
"path": "DublinCore.publisher",
"short": "Publisher",
"definition": "An entity responsible for making the resource available",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.publisher",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.contributor",
"path": "DublinCore.contributor",
"short": "Contributor",
"definition": "An entity responsible for making contributions to the resource",
"min": 0,
"max": "*",
"base": {
"path": "DublinCore.contributor",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.date",
"path": "DublinCore.date",
"short": "Date",
"definition": "A point or period of time associated with an event in the lifecycle of the resource",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.date",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "DublinCore.type",
"path": "DublinCore.type",
"short": "Type",
"definition": "The nature or genre of the resource",
"min": 0,
"max": "*",
"base": {
"path": "DublinCore.type",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.format",
"path": "DublinCore.format",
"short": "Format",
"definition": "The file format, physical medium, or dimensions of the resource",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.format",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.identifier",
"path": "DublinCore.identifier",
"short": "Identifier",
"definition": "An unambiguous reference to the resource within a given context",
"min": 0,
"max": "*",
"base": {
"path": "DublinCore.identifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.source",
"path": "DublinCore.source",
"short": "Source",
"definition": "A related resource from which the described resource is derived",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.source",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.language",
"path": "DublinCore.language",
"short": "Language",
"definition": "A language of the resource",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.language",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.relation",
"path": "DublinCore.relation",
"short": "Relation",
"definition": "A related resource",
"min": 0,
"max": "*",
"base": {
"path": "DublinCore.relation",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.coverage",
"path": "DublinCore.coverage",
"short": "Coverage",
"definition": "The spatial or temporal topic of the resource",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.coverage",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.rights",
"path": "DublinCore.rights",
"short": "Rights",
"definition": "Information about rights held in and over the resource",
"min": 0,
"max": "1",
"base": {
"path": "DublinCore.rights",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
}
]
},
"differential": {
"element": [
{
"id": "DublinCore",
"path": "DublinCore",
"short": "Dublin Core Metadata Element Set",
"definition": "Logical Model representing Dublin Core metadata elements as defined at https://www.dublincore.org/specifications/dublin-core/dcmi-terms/"
},
{
"id": "DublinCore.title",
"path": "DublinCore.title",
"short": "Title",
"definition": "A name given to the resource",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.creator",
"path": "DublinCore.creator",
"short": "Creator",
"definition": "An entity responsible for making the resource",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.subject",
"path": "DublinCore.subject",
"short": "Subject",
"definition": "The topic of the resource",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.description",
"path": "DublinCore.description",
"short": "Description",
"definition": "An account of the resource",
"min": 0,
"max": "1",
"type": [
{
"code": "markdown"
}
]
},
{
"id": "DublinCore.publisher",
"path": "DublinCore.publisher",
"short": "Publisher",
"definition": "An entity responsible for making the resource available",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.contributor",
"path": "DublinCore.contributor",
"short": "Contributor",
"definition": "An entity responsible for making contributions to the resource",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.date",
"path": "DublinCore.date",
"short": "Date",
"definition": "A point or period of time associated with an event in the lifecycle of the resource",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "DublinCore.type",
"path": "DublinCore.type",
"short": "Type",
"definition": "The nature or genre of the resource",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.format",
"path": "DublinCore.format",
"short": "Format",
"definition": "The file format, physical medium, or dimensions of the resource",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.identifier",
"path": "DublinCore.identifier",
"short": "Identifier",
"definition": "An unambiguous reference to the resource within a given context",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.source",
"path": "DublinCore.source",
"short": "Source",
"definition": "A related resource from which the described resource is derived",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.language",
"path": "DublinCore.language",
"short": "Language",
"definition": "A language of the resource",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.relation",
"path": "DublinCore.relation",
"short": "Relation",
"definition": "A related resource",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.coverage",
"path": "DublinCore.coverage",
"short": "Coverage",
"definition": "The spatial or temporal topic of the resource",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "DublinCore.rights",
"path": "DublinCore.rights",
"short": "Rights",
"definition": "Information about rights held in and over the resource",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
}
}