FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Device |
| Id | Device-TheAI.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device TheAI
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
| Value |
| 10.23-23423 |
contact: http://example.org
{
"resourceType": "Device",
"id": "TheAI",
"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"
}
]
}