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 Provenance Codes - JSON Representation

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

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "AddedProvenanceCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AddedProvenanceCS</b></p><a name=\"AddedProvenanceCS\"> </a><a name=\"hcAddedProvenanceCS\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/aitransparency/CodeSystem/AddedProvenanceCS</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\">AIRPT<a name=\"AddedProvenanceCS-AIRPT\"> </a></td><td>AI Reported</td></tr><tr><td style=\"white-space:nowrap\">CLINAST_AIRPT<a name=\"AddedProvenanceCS-CLINAST_AIRPT\"> </a></td><td>Clinician Asserted from AI Reported</td></tr><tr><td style=\"white-space:nowrap\">AIAST_CLINRPT<a name=\"AddedProvenanceCS-AIAST_CLINRPT\"> </a></td><td>AI Asserted from Clinician Reported</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/AddedProvenanceCS",
  "version" : "0.1.0",
  "name" : "AddedProvenanceCS",
  "title" : "Added Provenance Codes",
  "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 provenance indications used in .meta.security and elsewhere that indicate that the AI system has been involved.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "AIRPT",
      "display" : "AI Reported"
    },
    {
      "code" : "CLINAST_AIRPT",
      "display" : "Clinician Asserted from AI Reported"
    },
    {
      "code" : "AIAST_CLINRPT",
      "display" : "AI Asserted from Clinician Reported"
    }
  ]
}