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

FHIR IG Statistics: CodeSystem/ai-service-type-codesystem

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeCodeSystem
Idai-service-type-codesystem
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.19&canonical=http://omi.de/fhir/registry/CodeSystem/ai-service-type-codesystem
URLhttp://omi.de/fhir/registry/CodeSystem/ai-service-type-codesystem
Version0.3.19
Statusactive
Date2024-12-11
NameAIServiceTypeCS
TitleCodeSystem AI Service Type
Realmde
DescriptionThis CodeSystem holds a Collection of possible Service Types of the AI Service
Contentcomplete

Resources that use this resource

ValueSet
ai-service-type-valuesetValueSet AI Service Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "AIServiceTypeCS",
  "id": "ai-service-type-codesystem",
  "title": "CodeSystem AI Service Type",
  "description": "This CodeSystem holds a Collection of possible Service Types of the AI Service",
  "url": "http://omi.de/fhir/registry/CodeSystem/ai-service-type-codesystem",
  "concept": [
    {
      "code": "segmentation",
      "display": "Segmentation"
    },
    {
      "code": "recognition",
      "display": "Recognition"
    },
    {
      "code": "diagnostics",
      "display": "Diagnostics"
    },
    {
      "code": "suggestion",
      "display": "Suggestion"
    },
    {
      "code": "detection",
      "display": "Detection"
    },
    {
      "code": "prediction",
      "display": "Prediction"
    },
    {
      "code": "classification",
      "display": "Classification"
    },
    {
      "code": "regression",
      "display": "Regression"
    },
    {
      "code": "generative",
      "display": "Generative"
    },
    {
      "code": "registration",
      "display": "Registration"
    },
    {
      "code": "compression",
      "display": "Compression"
    },
    {
      "code": "other",
      "display": "Other"
    }
  ],
  "publisher": "MOLIT gGmbH",
  "version": "0.3.19",
  "date": "2024-12-11",
  "count": 12
}