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

FHIR IG Statistics: ValueSet/TipluIdentifierTypeExtendedVS

Packagebasisprofil.tiplu.de.r4.dev
Resource TypeValueSet
IdTipluIdentifierTypeExtendedVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=basisprofil.tiplu.de.r4.dev@1.0.1&canonical=https://tiplu.de/fhir/ValueSet/IdentifierTypeExtended
URLhttps://tiplu.de/fhir/ValueSet/IdentifierTypeExtended
Version1.1.0
Statusactive
Date2023-01-13
NameTipluIdentifierTypeExtended
TitleIdentifierType-erweitert durch Tiplu
DescriptionBestehend aus dem V2 CodeSystem und einer Erweiterung um fehlende Typ-Kennzeichnungen
CopyrightTiplu GmbH

Resources that use this resource

StructureDefinition
identifier-kuerzelProfil für die Abbildung eines Ressourcen-Kürzels als Identifier

Resources that this resource uses

CodeSystem
IdentifierTypeExtendedIdentifierType-erweitert durch Tiplu- CodeSystem
ValueSet
v3-ServiceDeliveryLocationRoleTypeServiceDeliveryLocationRoleType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "TipluIdentifierTypeExtended",
  "id": "TipluIdentifierTypeExtendedVS",
  "title": "IdentifierType-erweitert durch Tiplu",
  "description": "Bestehend aus dem V2 CodeSystem und einer Erweiterung um fehlende Typ-Kennzeichnungen",
  "version": "1.1.0",
  "url": "https://tiplu.de/fhir/ValueSet/IdentifierTypeExtended",
  "contact": [
    {
      "name": "Tiplu GmbH",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@tiplu.de"
        }
      ]
    }
  ],
  "publisher": "Tiplu GmbH",
  "copyright": "Tiplu GmbH",
  "date": "2023-01-13",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType"
        ]
      },
      {
        "system": "https://tiplu.de/fhir/CodeSystem/IdentifierTypeExtended",
        "concept": [
          {
            "code": "SHORT",
            "display": "Kürzel"
          },
          {
            "code": "DIAGID",
            "display": "Diagnose-ID"
          },
          {
            "code": "PROCID",
            "display": "Prozedur-ID"
          }
        ]
      }
    ]
  }
}