AI Transparency on FHIR
0.1.0 - ci-build International flag

AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions

: Added DocumentReference.code for AI ModelCard - JSON Representation

Active as of 2025-08-15 Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "AImodelCardCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AImodelCardCS</b></p><a name=\"AImodelCardCS\"> </a><a name=\"hcAImodelCardCS\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">AIModelCard<a name=\"AImodelCardCS-AIModelCard\"> </a></td><td>AI Model Card</td></tr><tr><td style=\"white-space:nowrap\">AIInputPrompt<a name=\"AImodelCardCS-AIInputPrompt\"> </a></td><td>AI Input Prompt</td></tr></table></div>"
  },
  "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-08-15T02:24:58+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"
    }
  ]
}