FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| fhir.mamaToto#current | IDENTIFIERTYPES | CodeSystem for the identifier Types |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "identifierTypesVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/ValueSet/identifierTypesVS",
"version": "0.1.0",
"name": "IDENTIFIERTYPEVS",
"title": "Identifier Types ValueSet",
"status": "draft",
"experimental": false,
"date": "2026-07-10T12:16:13+00:00",
"publisher": "IntelliSOFT Consulting Ke",
"contact": [
{
"name": "IntelliSOFT Consulting Ke",
"telecom": [
{
"system": "url",
"value": "https://www.intellisoftkenya.com/"
}
]
}
],
"description": "Identifier Types ValueSet",
"compose": {
"include": [
{
"system": "http://example.org/CodeSystem/IDENTIFIERTYPES",
"concept": [
{
"code": "DE1"
},
{
"code": "DE2"
},
{
"code": "DE3"
},
{
"code": "DE4"
}
]
}
]
}
}