{
  "resourceType" : "CodeSystem",
  "id" : "AIinputsCS",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AIinputsCS</b></p><a name=\"AIinputsCS\"> </a><a name=\"hcAIinputsCS\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIinputsCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">AIModelCard<a name=\"AIinputsCS-AIModelCard\"> </a></td><td>AI Model-Card</td><td>DocumentReference containing a Model-Card describing an AI system</td></tr><tr><td style=\"white-space:nowrap\">AIInputPrompt<a name=\"AIinputsCS-AIInputPrompt\"> </a></td><td>AI Input Prompt</td><td>Input Prompt for AI Model</td></tr><tr><td style=\"white-space:nowrap\">AIModelCardMarkdownFormat<a name=\"AIinputsCS-AIModelCardMarkdownFormat\"> </a></td><td>Markdown Format</td><td>Hugging Face Model-Card in Markdown format</td></tr><tr><td style=\"white-space:nowrap\">AImodelCardCHAIformat<a name=\"AIinputsCS-AImodelCardCHAIformat\"> </a></td><td>CHAI Format</td><td>Model-Card in CHAI format (Coalition for Health AI)</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "ehr"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2,
    "_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/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "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/AIinputsCS",
  "version" : "1.0.0-ballot",
  "name" : "AIinputsCS",
  "title" : "Codes for AI ModelCard and Input Prompt",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-21T21:00:23+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 an Input-Prompt or one of a set of Model-Card(s).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "AIModelCard",
    "display" : "AI Model-Card",
    "definition" : "DocumentReference containing a Model-Card describing an AI system"
  },
  {
    "code" : "AIInputPrompt",
    "display" : "AI Input Prompt",
    "definition" : "Input Prompt for AI Model"
  },
  {
    "code" : "AIModelCardMarkdownFormat",
    "display" : "Markdown Format",
    "definition" : "Hugging Face Model-Card in Markdown format"
  },
  {
    "code" : "AImodelCardCHAIformat",
    "display" : "CHAI Format",
    "definition" : "Model-Card in CHAI format (Coalition for Health AI)"
  }]
}