HotBeverage FHIR Implementation Guide
1.4.2024 - release
HotBeverage FHIR Implementation Guide, published by Dave Pyke & John Moehrke. This guide is not an authorized publication; it is the continuous build for version 1.4.2024 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/DavidPyke/HotBeverage/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Device",
"id" : "VertuoNext",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device VertuoNext</b></p><a name=\"VertuoNext\"> </a><a name=\"hcVertuoNext\"> </a><a name=\"VertuoNext-en-US\"> </a><p><b>status</b>: Active</p><p><b>manufacturer</b>: nespresso</p><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>Vertuo Next</td><td>Manufacturer name</td></tr></table><p><b>modelNumber</b>: B084GYKJ58</p><p><b>location</b>: coffee room</p><p><b>url</b>: <a href=\"http://server.example.com/fhir/coffee\">http://server.example.com/fhir/coffee</a></p></div>"
},
"status" : "active",
"manufacturer" : "nespresso",
"deviceName" : [
{
"name" : "Vertuo Next",
"type" : "manufacturer-name"
}
],
"modelNumber" : "B084GYKJ58",
"location" : {
"display" : "coffee room"
},
"url" : "http://server.example.com/fhir/coffee"
}