FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/identifierTypesVS

Packagefhir.mamaToto
TypeValueSet
IdidentifierTypesVS
FHIR VersionR4
Sourcehttp://example.org/https://build.fhir.org/ig/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ValueSet-identifierTypesVS.html
URLhttp://example.org/ValueSet/identifierTypesVS
Version0.1.0
Statusdraft
Date2025-06-26T12:04:00+00:00
NameIDENTIFIERTYPEVS
TitleIdentifier Types ValueSet
Realmus
Authorityhl7
DescriptionIdentifier Types ValueSet

Resources that use this resource

StructureDefinition
PatientProfilePatientProfile

Resources that this resource uses

CodeSystem
IDENTIFIERTYPESCodeSystem for the identifier Types

Narrative

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

Generated Narrative: ValueSet identifierTypesVS


Source

{
  "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": "2025-06-26T12:04:00+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"
          }
        ]
      }
    ]
  }
}