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

FHIR IG analytics

Packagesmart.who.int.base
Resource TypeStructureDefinition
IdStructureDefinition-DublinCore.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-DublinCore.html
URLhttp://smart.who.int/base/StructureDefinition/DublinCore
Version0.2.0
Statusactive
Date2026-01-19T10:55:40+00:00
NameDublinCore
TitleDublin Core Metadata Element Set
Authoritywho
DescriptionLogical Model representing Dublin Core metadata elements as defined at https://www.dublincore.org/specifications/dublin-core/dcmi-terms/
Typehttp://smart.who.int/base/StructureDefinition/DublinCore
Kindlogical

Resources that use this resource

StructureDefinition
HealthInterventionsHealth Interventions and Recommendations (DAK)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition DublinCore

NameFlagsCard.TypeDescription & Constraintsdoco
.. DublinCore 0..*BaseDublin Core Metadata Element Set
... title 0..1stringTitle
... creator 0..*stringCreator
... subject 0..*stringSubject
... description 0..1markdownDescription
... publisher 0..1stringPublisher
... contributor 0..*stringContributor
... date 0..1dateDate
... type 0..*stringType
... format 0..1stringFormat
... identifier 0..*stringIdentifier
... source 0..1stringSource
... language 0..1stringLanguage
... relation 0..*stringRelation
... coverage 0..1stringCoverage
... rights 0..1stringRights

doco Documentation for this format

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}