FHIR IG analytics| Package | smart.who.int.base |
| Resource Type | CodeSystem |
| Id | CodeSystem-CoreDataElementType.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/WorldHealthOrganization/smart-base/CodeSystem-CoreDataElementType.html |
| URL | http://smart.who.int/base/CodeSystem/CoreDataElementType |
| Version | 0.2.0 |
| Status | active |
| Date | 2026-01-19T10:55:40+00:00 |
| Name | CoreDataElementType |
| Title | Core Data Element Type |
| Authority | who |
| Description | CodeSystem for Core Data Element types - defines the type of FHIR resource that a Core Data Element references. |
| Content | complete |
| ValueSet | |
| CoreDataElementTypeVS | Core Data Element Type Value Set |
No resources found
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:
{
"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"
}
]
}