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

FHIR IG Statistics: CodeSystem/AImodelCardCS

Packagehl7.fhir.uv.aitransparency
TypeCodeSystem
IdAImodelCardCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/aitransparency/https://build.fhir.org/ig/HL7/aitransparency-ig/CodeSystem-AImodelCardCS.html
URLhttp://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS
Version0.1.0
Statusactive
Date2025-06-24T17:55:41+00:00
NameAImodelCardCS
TitleAdded DocumentReference.code for AI ModelCard
Realmuv
Authorityhl7
DescriptionThis CodeSystem contains codes for the DocumentReference.type and DocumentReference.category that indicate that the DocumentReference is a Model Card.
Contentcomplete

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: CodeSystem AImodelCardCS

This case-sensitive code system http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS defines the following codes:

CodeDisplay
AIModelCard AI Model Card
AIInputPrompt AI Input Prompt

Source

{
  "resourceType": "CodeSystem",
  "id": "AImodelCardCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "ehr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS",
  "version": "0.1.0",
  "name": "AImodelCardCS",
  "title": "Added DocumentReference.code for AI ModelCard",
  "status": "active",
  "experimental": false,
  "date": "2025-06-24T17:55:41+00:00",
  "publisher": "HL7 International / Electronic Health Records",
  "contact": [
    {
      "name": "HL7 International / Electronic Health Records",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/ehr"
        },
        {
          "system": "email",
          "value": "ehr@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "This CodeSystem contains codes for the DocumentReference.type and DocumentReference.category that indicate that the DocumentReference is a Model Card.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "AIModelCard",
      "display": "AI Model Card"
    },
    {
      "code": "AIInputPrompt",
      "display": "AI Input Prompt"
    }
  ]
}