AI Transparency on FHIR
0.1.0 - ci-build 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 0.1.0 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

: DocumentReference Model-Card in CHAI format from web - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "ModelCard-sample-CHAI-web",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-ModelCard"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ModelCard-sample-CHAI-web</b></p><a name=\"ModelCard-sample-CHAI-web\"> </a><a name=\"hcModelCard-sample-CHAI-web\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AI-ModelCard.html\">AI Model Card DocumentReference</a></p></div><p><b>identifier</b>: <code>https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/</code>/Aidoc_ICH-02-RT.xml</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS AIModelCard}\">AI Model Card</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS AIInputPrompt}\">AI Input Prompt</span>, <span title=\"Codes:{http://hl7.org/fhir/uv/aitransparency/CodeSystem/AImodelCardCS AImodelCardCHAIformat}\">CHAI Format</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/xml</td><td><a href=\"https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/Aidoc_ICH-02-RT.xml\">https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/Aidoc_ICH-02-RT.xml</a></td></tr></table></blockquote><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/Aidoc_ICH-02-RT.pdf\">https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/Aidoc_ICH-02-RT.pdf</a></td></tr></table></blockquote></div>"
  },
  "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" : "https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/Aidoc_ICH-02-RT.xml"
      }
    },
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://github.com/coalition-for-health-ai/mc-schema/blob/main/v0.1/examples/Aidoc_ICH-02-RT.pdf"
      }
    }
  ]
}