FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | DocumentReference |
| Id | DocumentReference-ModelCard-sample-CHAI-binary.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference ModelCard-sample-CHAI-binary
Profile: AI Model-Card DocumentReference
identifier: https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples//Aidoc_ICH-02-RT.xml
status: Current
type: AI Model-Card
category: AI Input Prompt, CHAI Format
content
Attachments
ContentType Url application/xml Binary: application/xml (23688 bytes base64)
content
Attachments
ContentType Url application/pdf Binary: application/pdf (78400 bytes base64)
{
"resourceType": "DocumentReference",
"id": "ModelCard-sample-CHAI-binary",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-ModelCard"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/",
"value": "Aidoc_ICH-02-RT.xml"
}
],
"status": "current",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS",
"code": "AIModelCard",
"display": "AI Model-Card"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS",
"code": "AIInputPrompt",
"display": "AI Input Prompt"
}
]
},
{
"coding": [
{
"system": "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS",
"code": "AImodelCardCHAIformat",
"display": "CHAI Format"
}
]
}
],
"content": [
{
"attachment": {
"contentType": "application/xml",
"url": "Binary/ModelCard-sample-CHAI-binary-xml"
}
},
{
"attachment": {
"contentType": "application/pdf",
"url": "Binary/ModelCard-sample-CHAI-binary-pdf"
}
}
]
}