US Core Implementation Guide
9.0.0-ballot - STU 9 Ballot United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Device Walker 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "udi-5"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Device Walker Example"       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "This Device example for the *US Core Device Profile* illustrates its use for devices that lack UDI information."       ]     ] ) ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-device"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-device>     ] )
  ] ; # 
  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 udi-5</b></p><a name=\"udi-5\"> </a><a name=\"hcudi-5\"> </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-core-device.html\">US Core Device Profile</a></p></div><p><b>status</b>: Active</p><p><b>manufacturer</b>: ACME Biomedical</p><p><b>serialNumber</b>: AC22112345</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>ACME basics folding walker</td><td>Manufacturer name</td></tr></table><p><b>modelNumber</b>: 1.0</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 467068002}\">Walker</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">Amy V. Shaw</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturer [ fhir:v "ACME Biomedical"] ; # 
  fhir:serialNumber [ fhir:v "AC22112345"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "ACME basics folding walker" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "1.0"] ; # 
  fhir:type [
    ( fhir:coding [
a sct:467068002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "467068002" ] ;
fhir:display [ fhir:v "Basic walking frame, foldable (physical object)" ]     ] ) ;
fhir:text [ fhir:v "Walker" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy V. Shaw" ]
  ] . #