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

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeDocumentReference
IdDocumentReference-ModelCard-sample-CHAI-binary.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: DocumentReference ModelCard-sample-CHAI-binary

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

-ContentTypeUrl
*application/xmlBinary: application/xml (23688 bytes base64)

content

Attachments

-ContentTypeUrl
*application/pdfBinary: application/pdf (78400 bytes base64)

Source1

{
  "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"
      }
    }
  ]
}