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

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeDevice
IdDevice-Attached-ModelCard.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: Device Attached-ModelCard

Profile: AI Device

Specific kind of AI technology: Large Language Models

Model-Card: DocumentReference: identifier = https://github.com/huggingface/huggingface_hub/tree/main/tests/fixtures/cards#sample_datasetcard_simple.md; status = current; type = AI Model-Card; category = AI Input Prompt,Markdown Format

identifier: http://example.org/ehr/client-ids/goodhealth

manufacturer: Acme Devices, Inc

type: All kinds of Artificial Intelligence

Versions

-Value
*10.23-23423

contact: http://example.org


Source1

{
  "resourceType": "Device",
  "id": "Attached-ModelCard",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/aitransparency/StructureDefinition/AI-Device"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/aitransparency/StructureDefinition/aitransparency.AIKind",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIdeviceTypeCS",
            "code": "Large-Language-Models"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/aitransparency/StructureDefinition/aitransparency.modelCardDescription",
      "valueReference": {
        "reference": "DocumentReference/ModelCard-sample-huggingface-attached"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/ehr/client-ids",
      "value": "goodhealth"
    }
  ],
  "manufacturer": "Acme Devices, Inc",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AIdeviceTypeCS",
        "code": "Artificial-Intelligence"
      }
    ]
  },
  "version": [
    {
      "value": "10.23-23423"
    }
  ],
  "contact": [
    {
      "system": "url",
      "value": "http://example.org"
    }
  ]
}