US Quality Core Implementation Guide, published by ONC. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/us-quality-core/ and changes regularly. See the Directory of published versions
: DeviceUseStatement example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DeviceUseStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-deviceusestatement"^^xsd:anyURI ;
fhir:l <http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-deviceusestatement> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-deviceusestatement.html\">US Quality Core DeviceUseStatement</a></p></div><p><b>identifier</b>: 51ebb7a9-4e3a-4360-9a05-0cc2d869086f</p><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-example.html\">Jim Chalmers Male, DoB: 1974-12-25 ( Social Security number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>timing</b>: 2013-04-04 18:30:00-0400 --> (ongoing)</p><p><b>device</b>: <a href=\"Device-example.html\">Electrocardiographic monitor and recorder</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "51ebb7a9-4e3a-4360-9a05-0cc2d869086f" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:timing [
a fhir:Period ;
fhir:start [ fhir:v "2013-04-04T18:30:00-04:00"^^xsd:dateTime ]
] ; #
fhir:device [
fhir:l fhir:Device/example ;
fhir:reference [ fhir:v "Device/example" ] ;
fhir:display [ fhir:v "Electrocardiographic monitor and recorder" ]
] . #