ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: airsense-10-patient-assignment - 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:DeviceUseStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "airsense-10-patient-assignment"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceUseStatement</b><a name=\"airsense-10-patient-assignment\"> </a></p><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\">Resource DeviceUseStatement "airsense-10-patient-assignment" </p></div><p><b>status</b>: completed</p><p><b>subject</b>: <a href=\"Patient-airview-patient.html\">Patient/airview-patient</a> " SMITH"</p><p><b>timing</b>: 2017-03-17 --> 2022-09-06</p><p><b>device</b>: <a href=\"Device-airsense-10.html\">Device/airsense-10</a></p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/airview-patient" ]
] ; #
fhir:timing [
a fhir:Period ;
fhir:start [ fhir:v "2017-03-17"^^xsd:date ] ;
fhir:end [ fhir:v "2022-09-06"^^xsd:date ]
] ; #
fhir:device [
fhir:reference [ fhir:v "Device/airsense-10" ]
] . #