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

FHIR IG analytics

Packageihe.rad.mado
Resource TypeDevice
IdDevice-device-creator.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-creator

Profile: MADO Creator

manufacturer: ACME Company

type: MADO Creator


Source1

{
  "resourceType": "Device",
  "id": "device-creator",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreator"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "manufacturer": "ACME Company",
  "type": {
    "coding": [
      {
        "system": "https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType",
        "code": "mado-creator",
        "display": "MADO Creator"
      }
    ]
  }
}