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
: Vertuo Next - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "VertuoNext"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "nespresso"] ; #
fhir:deviceName ( [
fhir:name [ fhir:v "Vertuo Next" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
] ) ; #
fhir:modelNumber [ fhir:v "B084GYKJ58"] ; #
fhir:location [
fhir:display [ fhir:v "coffee room" ]
] ; #
fhir:url [ fhir:v "http://server.example.com/fhir/coffee"^^xsd:anyURI] . #