Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Device - Walking Frame - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Device/example-device> a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-device"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-device</b></p><a name=\"example-device\"> </a><a name=\"hcexample-device\"> </a><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>Four-wheeled walking frame</td><td>User Friendly name</td></tr></table></div>"
] ;
fhir:Device.deviceName [
fhir:index 0 ;
fhir:Device.deviceName.name [ fhir:value "Four-wheeled walking frame" ] ;
fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Device/example-device.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Device/example-device.ttl> .