Da Vinci Payer Data Exchange
2.0.0-ballot - ballot US

Publication Build: This will be filled in by the publication tooling

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

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

 a fhir:Device;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "543210"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-09-28T09:26:23.217+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-device";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-device>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"543210\" Version \"1\" Updated \"2020-09-28 09:26:23+0000\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pdex-device.html\">PDex Device</a></p></div><h3>UdiCarriers</h3><table class=\"grid\"><tr><td>-</td><td><b>DeviceIdentifier</b></td></tr><tr><td>*</td><td>23366006</td></tr></table><p><b>status</b>: active</p><p><b>manufacturer</b>: Motorized Wheelchair Company, Inc.</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>MotorChairPro</td><td>user-friendly-name</td></tr></table><p><b>type</b>: Motorized wheelchair device (physical object) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[US]</a>#23366006)</span></p><p><b>patient</b>: <a href=\"Patient-1.html\">Patient/1</a> \" APPLESEED\"</p></div>"
  ];
  fhir:Device.udiCarrier [
     fhir:index 0;
     fhir:Device.udiCarrier.deviceIdentifier [ fhir:value "23366006" ]
  ];
  fhir:Device.status [ fhir:value "active"];
  fhir:Device.manufacturer [ fhir:value "Motorized Wheelchair Company, Inc."];
  fhir:Device.deviceName [
     fhir:index 0;
     fhir:Device.deviceName.name [ fhir:value "MotorChairPro" ];
     fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
  ];
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:23366006;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ];
       fhir:Coding.code [ fhir:value "23366006" ]     ]
  ];
  fhir:Device.patient [
     fhir:Reference.reference [ fhir:value "Patient/1" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.