MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: My Health Record Device Example - TTL Representation

Page standards status: Informative

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:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "device-1"] ; # 
  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 device-1</b></p><a name=\"device-1\"> </a><a name=\"hcdevice-1\"> </a><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/pcehr/paid/1.0</code>/8003640003000026</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>My Health Record</td><td>Manufacturer name</td></tr></table><p><b>owner</b>: <a href=\"Organization-au-ps-organization-1.html\">Organization My Health Record system operator</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/pcehr/paid/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003640003000026" ]
  ] ) ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "My Health Record" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
  ] ) ; # 
  fhir:owner [
fhir:reference [ fhir:v "Organization/au-ps-organization-1" ]
  ] . #