Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: SBDevice001 - 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 "SBDevice001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://smart-bear.eu/fhir/StructureDefinition/SBDevice"^^xsd:anyURI ;
fhir:link <https://smart-bear.eu/fhir/StructureDefinition/SBDevice> ] )
] ; #
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 SBDevice001</b></p><a name=\"SBDevice001\"> </a><a name=\"hcSBDevice001\"> </a><a name=\"SBDevice001-en-US\"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:\">online</span></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/SBDeviceType 1}\">Smartwatch</span></p><p><b>patient</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:statusReason ( [
( fhir:coding [
fhir:code [ fhir:v "online" ] ] )
] ) ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/SBDeviceType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Smartwatch" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Patient001" ]
] . #