FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeCodeSystem
IdCodeSystem-AddedProvenanceCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/aitransparency-ig/CodeSystem-AddedProvenanceCS.html
URLhttp://hl7.org/fhir/uv/aitransparency/CodeSystem/AddedProvenanceCS
Version1.0.0-ballot
Statusactive
Date2025-12-09T17:45:04+00:00
NameAddedProvenanceCS
TitleAdded Provenance Codes
Realmuv
Authorityhl7
DescriptionThis CodeSystem contains codes for the provenance indications used in .meta.security and elsewhere that indicate that the AI system has been involved.
Contentcomplete

Resources that use this resource

ValueSet
ProvenanceVSRecommended provenance codes

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem AddedProvenanceCS

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

CodeDisplayDefinition
AIRPT AI ReportedIndicates that the content was reported by an AI system.
CLINAST_AIRPT Clinician Asserted from AI ReportedIndicates that a clinician has reviewed and asserted the content that was originally reported by an AI system.
AIAST_CLINRPT AI Asserted from Clinician ReportedIndicates that the content was asserted by an AI system based on clinician reported information.

Source1

{
  "resourceType": "CodeSystem",
  "id": "AddedProvenanceCS",
  "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": 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/AddedProvenanceCS",
  "version": "1.0.0-ballot",
  "name": "AddedProvenanceCS",
  "title": "Added Provenance Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-12-09T17:45:04+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",
      "definition": "Indicates that the content was reported by an AI system."
    },
    {
      "code": "CLINAST_AIRPT",
      "display": "Clinician Asserted from AI Reported",
      "definition": "Indicates that a clinician has reviewed and asserted the content that was originally reported by an AI system."
    },
    {
      "code": "AIAST_CLINRPT",
      "display": "AI Asserted from Clinician Reported",
      "definition": "Indicates that the content was asserted by an AI system based on clinician reported information."
    }
  ]
}