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

FHIR IG analytics

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

Profile: AI Device

Specific kind of AI technology: Large Language Models

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

note: @2023-10-01 00:00:00+0000


language:

  • en license:
  • bsd-3-clause annotations_creators:
  • crowdsourced
  • expert-generated language_creators:
  • found multilinguality:
  • monolingual size_categories:
  • n<1K task_categories:
  • image-segmentation task_ids:
  • semantic-segmentation pretty_name: Sample Segmentation

Dataset Card for Sample Segmentation

This is a sample dataset card for a semantic segmentation dataset.


Source1

{
  "resourceType": "Device",
  "id": "Note-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"
          }
        ]
      }
    }
  ],
  "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"
    }
  ],
  "note": [
    {
      "time": "2023-10-01T00:00:00Z",
      "text": "---\nlanguage:\n- en\nlicense:\n- bsd-3-clause\nannotations_creators:\n- crowdsourced\n- expert-generated\nlanguage_creators:\n- found\nmultilinguality:\n- monolingual\nsize_categories:\n- n<1K\ntask_categories:\n- image-segmentation\ntask_ids:\n- semantic-segmentation\npretty_name: Sample Segmentation\n---\n\n# Dataset Card for Sample Segmentation\n\nThis is a sample dataset card for a semantic segmentation dataset."
    }
  ]
}