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

FHIR IG analytics

Packagede.fhir.terminologie-basis
Resource TypeValueSet
IdValueSet-identifier-type-de-basis.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet identifier-type-de-basis

This value set includes codes based on the following rules:

  • Import all the codes that are contained in IdentifierType
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0203 version 📦5.0.0
    CodeDisplayDefinition
    XXOrganisations-IDOrganization identifier
    BSNRBetriebsstätten-NummerPrimary physician office number
    LANRLebenslange ArztnummerLifelong physician number
    RIResource identifierA generalized resource identifier.
    DNDoctor numberDoctor number
    ANAccount numberAccount An identifier that is unique to an account.
    PRNProvider numberA number that is unique to an individual provider, a provider group or an organization within an Assigning Authority.
  • Include all codes defined in http://fhir.de/CodeSystem/identifier-type-de-basis version 📦1.0.0-alpha1

Source1

{
  "resourceType": "ValueSet",
  "id": "identifier-type-de-basis",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.de/ValueSet/identifier-type-de-basis",
  "version": "1.0.0-alpha1",
  "name": "IdentifierTypeDeBasisVS",
  "title": "Identifier Type DeBasis ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-11-06T15:26:35+01:00",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
  "contact": [
    {
      "name": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.de/technische-komitees/terminologien/"
        }
      ]
    }
  ],
  "description": "ValueSet zur Codierung des Identifier-Typs",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/identifier-type"
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "XX",
            "display": "Organisations-ID"
          },
          {
            "code": "BSNR",
            "display": "Betriebsstätten-Nummer"
          },
          {
            "code": "LANR",
            "display": "Lebenslange Arztnummer"
          },
          {
            "code": "RI",
            "display": "Resource identifier"
          },
          {
            "code": "DN",
            "display": "Doctor number"
          },
          {
            "code": "AN",
            "display": "Account number"
          },
          {
            "code": "PRN",
            "display": "Provider number"
          }
        ]
      },
      {
        "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
      }
    ]
  }
}