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

FHIR IG Statistics: CodeSystem/Origin

Packagede.gematik.fhir.directory
Resource TypeCodeSystem
IdOrigin
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.fhir.directory@0.15.0&canonical=https://gematik.de/fhir/directory/CodeSystem/Origin
URLhttps://gematik.de/fhir/directory/CodeSystem/Origin
Version0.15.0
Statusactive
Date2024-10-29
NameOrigin
DescriptionCodeSystem which identifies the origin of a resource in the FHIR Directory
Contentcomplete

Resources that use this resource

ValueSet
OriginVSOriginVS

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "Origin",
  "id": "Origin",
  "description": "CodeSystem which identifies the origin of a resource in the FHIR Directory",
  "version": "0.15.0",
  "url": "https://gematik.de/fhir/directory/CodeSystem/Origin",
  "concept": [
    {
      "code": "ldap",
      "display": "Synchronized from LDAP Directory"
    },
    {
      "code": "owner",
      "display": "Provided by Identity Owner"
    },
    {
      "code": "apo",
      "display": "Synchronized from ApoVZD"
    }
  ],
  "experimental": false,
  "publisher": "gematik GmbH",
  "date": "2024-10-29",
  "caseSensitive": false,
  "count": 3
}