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

FHIR IG analytics

Packagesmart.who.int.base
Resource TypeStructureDefinition
IdStructureDefinition-CoreDataElementSource.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-CoreDataElementSource.html
URLhttp://smart.who.int/base/StructureDefinition/CoreDataElementSource
Version0.2.0
Statusactive
Date2026-01-19T10:55:40+00:00
NameCoreDataElementSource
TitleCore Data Element Source
Authoritywho
DescriptionSource reference for Core Data Element - exactly one of the following must be provided: - url (url data type): URL to retrieve CoreDataElement definition from input/ or external source - canonical (canonical data type): Canonical URI pointing to the CoreDataElement definition - instance: Inline CoreDataElement instance data
Typehttp://smart.who.int/base/StructureDefinition/CoreDataElementSource
Kindlogical

Resources that use this resource

StructureDefinition
DAKDigital Adaptation Kit (DAK)

Resources that this resource uses

StructureDefinition
CoreDataElementCore Data Element (DAK)

Narrative

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

Generated Narrative: StructureDefinition CoreDataElementSource

NameFlagsCard.TypeDescription & Constraintsdoco
.. CoreDataElementSource 0..*BaseCore Data Element Source
... url 0..1urlURL
... canonical 0..1canonical(Core Data Element (DAK))Canonical
... instance 0..1CoreDataElementInstance

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "CoreDataElementSource",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/base/StructureDefinition/CoreDataElementSource",
  "version": "0.2.0",
  "name": "CoreDataElementSource",
  "title": "Core Data Element Source",
  "status": "active",
  "date": "2026-01-19T10:55:40+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Source reference for Core Data Element - exactly one of the following must be provided:\n- url (url data type): URL to retrieve CoreDataElement definition from input/ or external source\n- canonical (canonical data type): Canonical URI pointing to the CoreDataElement definition\n- instance: Inline CoreDataElement instance data",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://smart.who.int/base/StructureDefinition/CoreDataElementSource",
  "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": "CoreDataElementSource",
        "path": "CoreDataElementSource",
        "short": "Core Data Element Source",
        "definition": "Source reference for Core Data Element - exactly one of the following must be provided:\n- url (url data type): URL to retrieve CoreDataElement definition from input/ or external source\n- canonical (canonical data type): Canonical URI pointing to the CoreDataElement definition\n- instance: Inline CoreDataElement instance data",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "CoreDataElementSource.url",
        "path": "CoreDataElementSource.url",
        "short": "URL",
        "definition": "URL to retrieve CoreDataElement definition from input/ or external source",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CoreDataElementSource.url",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "CoreDataElementSource.canonical",
        "path": "CoreDataElementSource.canonical",
        "short": "Canonical",
        "definition": "Canonical URI pointing to the CoreDataElement definition",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CoreDataElementSource.canonical",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "canonical",
            "targetProfile": [
              "http://smart.who.int/base/StructureDefinition/CoreDataElement"
            ]
          }
        ]
      },
      {
        "id": "CoreDataElementSource.instance",
        "path": "CoreDataElementSource.instance",
        "short": "Instance",
        "definition": "Inline CoreDataElement instance data",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CoreDataElementSource.instance",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/CoreDataElement"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CoreDataElementSource",
        "path": "CoreDataElementSource",
        "short": "Core Data Element Source",
        "definition": "Source reference for Core Data Element - exactly one of the following must be provided:\n- url (url data type): URL to retrieve CoreDataElement definition from input/ or external source\n- canonical (canonical data type): Canonical URI pointing to the CoreDataElement definition\n- instance: Inline CoreDataElement instance data"
      },
      {
        "id": "CoreDataElementSource.url",
        "path": "CoreDataElementSource.url",
        "short": "URL",
        "definition": "URL to retrieve CoreDataElement definition from input/ or external source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "CoreDataElementSource.canonical",
        "path": "CoreDataElementSource.canonical",
        "short": "Canonical",
        "definition": "Canonical URI pointing to the CoreDataElement definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "canonical",
            "targetProfile": [
              "http://smart.who.int/base/StructureDefinition/CoreDataElement"
            ]
          }
        ]
      },
      {
        "id": "CoreDataElementSource.instance",
        "path": "CoreDataElementSource.instance",
        "short": "Instance",
        "definition": "Inline CoreDataElement instance data",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/CoreDataElement"
          }
        ]
      }
    ]
  }
}