AI Transparency on FHIR
1.0.0-current - STU1 Ballot 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 1.0.0-current 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

: Codes for AI ModelCard and Input Prompt

Page standards status: Trial-use Maturity Level: 2

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/AIinputsCS> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AIinputsCS"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:Extension.valueCode [ fhir:value "ehr" ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [
       fhir:value "2"^^xsd:integer ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency" ;
           fhir:link <http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency>
         ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [
       fhir:value "trial-use" ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency" ;
           fhir:link <http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency>
         ]
       ]
     ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIinputsCS"] ;
  fhir:CodeSystem.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.40.79.16.2" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "1.0.0-current"] ;
  fhir:CodeSystem.name [ fhir:value "AIinputsCS"] ;
  fhir:CodeSystem.title [ fhir:value "Codes for AI ModelCard and Input Prompt"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-23T15:08:33+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7 International / Electronic Health Records"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "HL7 International / Electronic Health Records" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/ehr" ]
     ], [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "ehr@lists.hl7.org" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "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)."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "AIModelCard" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "AI Model-Card" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "DocumentReference containing a Model-Card describing an AI system" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "AIInputPrompt" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "AI Input Prompt" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Input Prompt for AI Model" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "AIModelCardMarkdownFormat" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Markdown Format" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Hugging Face Model-Card in Markdown format" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "AImodelCardCHAIformat" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "CHAI Format" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Model-Card in CHAI format (Coalition for Health AI)" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/AIinputsCS.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/AIinputsCS.ttl> .