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

FHIR IG Statistics: CodeSystem/maturity-level-codesystem

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeCodeSystem
Idmaturity-level-codesystem
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.19&canonical=http://omi.de/fhir/registry/CodeSystem/maturity-level-codesystem
URLhttp://omi.de/fhir/registry/CodeSystem/maturity-level-codesystem
Version0.3.19
Statusactive
Date2024-12-11
NameMaturityLevelCS
TitleCodeSystem Maturity Level
Realmde
DescriptionThis CodeSystem holds the Maturity Levels of an AI, where 1 is the lowest and 5 is the highest
Contentcomplete

Resources that use this resource

ValueSet
maturity-level-valuesetValueSet Maturity Level

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "MaturityLevelCS",
  "id": "maturity-level-codesystem",
  "title": "CodeSystem Maturity Level",
  "description": "This CodeSystem holds the Maturity Levels of an AI, where 1 is the lowest and 5 is the highest",
  "url": "http://omi.de/fhir/registry/CodeSystem/maturity-level-codesystem",
  "concept": [
    {
      "code": "LVL1",
      "display": "LEVEL 1"
    },
    {
      "code": "LVL2",
      "display": "LEVEL 2"
    },
    {
      "code": "LVL3",
      "display": "LEVEL 3"
    },
    {
      "code": "LVL4",
      "display": "LEVEL 4"
    },
    {
      "code": "LVL5",
      "display": "LEVEL 5"
    }
  ],
  "publisher": "MOLIT gGmbH",
  "version": "0.3.19",
  "date": "2024-12-11",
  "count": 5
}