This page is part of the Quality Improvement Core Framework (v3.1.0: STU 3) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

DeviceUseStatement example

Formats: Narrative, XML, JSON, Turtle

Raw ttl

@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:Resource.id [ fhir:value "example"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-deviceusestatement";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: 51ebb7a9-4e3a-4360-9a05-0cc2d869086f</p><p><b>status</b>: active</p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); -unknown-(HOME), ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 25/12/1974; </a></p><p><b>device</b>: <a href=\"Device-example.html\">Generated Summary: id: example; 345675, Serial Number = AMID-342135-8464; status: active; <span title=\"Codes: {http://snomed.info/sct 86184003}\">ECG</span>; lotNumber: 43453424; manufacturer: Acme Devices, Inc; model: AB 45-J; ph: ext 4352; Author: Practitioner/example; Made: 28/06/2015 2:03:32 PM; Annotation: QA Checked</a></p></div>"
  ];
  fhir:DeviceUseStatement.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http:goodhealth.org/identifiers" ];
     fhir:Identifier.value [ fhir:value "51ebb7a9-4e3a-4360-9a05-0cc2d869086f" ]
  ];
  fhir:DeviceUseStatement.status [ fhir:value "active"];
  fhir:DeviceUseStatement.subject [
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:DeviceUseStatement.device [
     fhir:Reference.reference [ fhir:value "Device/example" ]
  ].

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

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