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-ballot 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
| Page standards status: Trial-use | Maturity Level: 2 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AIinputsCS"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "ehr" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 2 ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency> ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency> ] ] ) ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIinputsCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIinputsCS>
] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "AIinputsCS"] ; #
fhir:title [ fhir:v "Codes for AI ModelCard and Input Prompt"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-04-21T21:00:23+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Electronic Health Records"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Electronic Health Records" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/ehr" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ehr@lists.hl7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "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:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "AIModelCard" ] ;
fhir:display [ fhir:v "AI Model-Card" ] ;
fhir:definition [ fhir:v "DocumentReference containing a Model-Card describing an AI system" ]
] [
fhir:code [ fhir:v "AIInputPrompt" ] ;
fhir:display [ fhir:v "AI Input Prompt" ] ;
fhir:definition [ fhir:v "Input Prompt for AI Model" ]
] [
fhir:code [ fhir:v "AIModelCardMarkdownFormat" ] ;
fhir:display [ fhir:v "Markdown Format" ] ;
fhir:definition [ fhir:v "Hugging Face Model-Card in Markdown format" ]
] [
fhir:code [ fhir:v "AImodelCardCHAIformat" ] ;
fhir:display [ fhir:v "CHAI Format" ] ;
fhir:definition [ fhir:v "Model-Card in CHAI format (Coalition for Health AI)" ]
] ) . #
IG © 2024+ HL7 International / Electronic Health Records.
Package hl7.fhir.uv.aitransparency#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-04-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
