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

FHIR IG analytics

Packagehl7.fhir.us.ph-library.r4
Resource TypeDevice
IdDevice-device-software-ymca.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 device-software-ymca

identifier: http://example.org/software/client-ids/goodhealth_id

manufacturer: Acme Devices, Inc

type: EHR

Versions

-Value
*10.23-23423

contact: http://example.org


Source1

{
  "resourceType": "Device",
  "id": "device-software-ymca",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/software/client-ids",
      "value": "goodhealth_id"
    }
  ],
  "manufacturer": "Acme Devices, Inc",
  "type": {
    "text": "EHR"
  },
  "version": [
    {
      "value": "10.23-23423"
    }
  ],
  "contact": [
    {
      "system": "url",
      "value": "http://example.org"
    }
  ]
}