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

FHIR IG analytics

Packagejohnmoehrke.ConsentAboutAI.example
Resource TypeDevice
IdDevice-AIdevice.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 AIdevice

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

manufacturer: Acme Devices, Inc

type: Artificial intelligence device

Versions

-Value
*10.23-23423

contact: http://example.org


Source1

{
  "resourceType": "Device",
  "id": "AIdevice",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/ehr/client-ids",
      "value": "goodhealth"
    }
  ],
  "manufacturer": "Acme Devices, Inc",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "736253002"
      }
    ],
    "text": "Artificial intelligence device"
  },
  "version": [
    {
      "value": "10.23-23423"
    }
  ],
  "contact": [
    {
      "system": "url",
      "value": "http://example.org"
    }
  ]
}