FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | CodeSystem |
| Id | CodeSystem-AImodelCardCS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/aitransparency-ig/CodeSystem-AImodelCardCS.html |
| URL | http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS |
| Version | 1.0.0-ballot |
| Status | active |
| Date | 2025-12-09T17:45:04+00:00 |
| Name | AImodelCardCS |
| Title | Added DocumentReference.code for AI ModelCard |
| Realm | uv |
| Authority | hl7 |
| Description | This CodeSystem contains codes for the DocumentReference.type and DocumentReference.category that indicate that the DocumentReference is a Model-Card. |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem AImodelCardCS
This case-sensitive code system http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS defines the following codes:
{
"resourceType": "CodeSystem",
"id": "AImodelCardCS",
"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/AImodelCardCS",
"version": "1.0.0-ballot",
"name": "AImodelCardCS",
"title": "Added DocumentReference.code for AI ModelCard",
"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 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": 4,
"concept": [
{
"code": "AIModelCard",
"display": "AI Model-Card",
"definition": "DocumentReference containing a Model-Card describing an AI system"
},
{
"code": "AIInputPrompt",
"display": "AI Input Prompt",
"definition": "Input Prompt for AI Model"
},
{
"code": "AImodelCardMarkdownFormat",
"display": "Markdown Format",
"definition": "Hugging Face Model-Card in Markdown format"
},
{
"code": "AImodelCardCHAIformat",
"display": "CHAI Format",
"definition": "Model-Card in CHAI format (Coalition for Health AI)"
}
]
}