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

FHIR IG analytics

Packagesmart.who.int.base
Resource TypeCodeSystem
IdCodeSystem-CoreDataElementType.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-base/CodeSystem-CoreDataElementType.html
URLhttp://smart.who.int/base/CodeSystem/CoreDataElementType
Version0.2.0
Statusactive
Date2026-01-19T10:55:40+00:00
NameCoreDataElementType
TitleCore Data Element Type
Authoritywho
DescriptionCodeSystem for Core Data Element types - defines the type of FHIR resource that a Core Data Element references.
Contentcomplete

Resources that use this resource

ValueSet
CoreDataElementTypeVSCore Data Element Type Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem CoreDataElementType

This case-sensitive code system http://smart.who.int/base/CodeSystem/CoreDataElementType defines the following codes:

CodeDisplayDefinition
valueset ValueSetReference to a FHIR ValueSet resource
codesystem CodeSystemReference to a FHIR CodeSystem resource
conceptmap ConceptMapReference to a FHIR ConceptMap resource
logicalmodel Logical ModelReference to a Logical Model adherent to SGLogicalModel

Source1

{
  "resourceType": "CodeSystem",
  "id": "CoreDataElementType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/base/CodeSystem/CoreDataElementType",
  "version": "0.2.0",
  "name": "CoreDataElementType",
  "title": "Core Data Element Type",
  "status": "active",
  "experimental": false,
  "date": "2026-01-19T10:55:40+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "CodeSystem for Core Data Element types - defines the type of FHIR resource that a Core Data Element references.",
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "valueset",
      "display": "ValueSet",
      "definition": "Reference to a FHIR ValueSet resource"
    },
    {
      "code": "codesystem",
      "display": "CodeSystem",
      "definition": "Reference to a FHIR CodeSystem resource"
    },
    {
      "code": "conceptmap",
      "display": "ConceptMap",
      "definition": "Reference to a FHIR ConceptMap resource"
    },
    {
      "code": "logicalmodel",
      "display": "Logical Model",
      "definition": "Reference to a Logical Model adherent to SGLogicalModel"
    }
  ]
}