German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Clinical Proposal Engine - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "example-proposal-engine-device",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-proposal-engine-device</b></p><a name=\"example-proposal-engine-device\"> </a><a name=\"hcexample-proposal-engine-device\"> </a><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Example Clinical Proposal Engine</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:\">Clinical proposal engine</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>2026.05</td></tr></table></div>"
  },
  "deviceName" : [
    {
      "name" : "Example Clinical Proposal Engine",
      "type" : "user-friendly-name"
    }
  ],
  "type" : {
    "text" : "Clinical proposal engine"
  },
  "version" : [
    {
      "value" : "2026.05"
    }
  ]
}