FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example DeviceDefinition/example (XML)

Responsible Owner: Orders and Observations Work GroupStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

General DeviceDefinition example (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<DeviceDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/> 
  </extension> 
  <identifier> 
    <value value="0"/> 
  </identifier> 
  <status value="draft"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/orders"/> 
    </telecom> 
  </contact> 
  <deviceName> 
    <name value="Example Device Name"/> 
    <type> 
      <coding> 
        <system value="http://hl7.org/fhir/device-nametype"/> 
        <code value="registered-name"/> 
      </coding> 
    </type> 
  </deviceName> 
  <version/>  
  <deviceVersion> 
    <type> 
      <coding> 
        <system value="http://hl7.org/fhir/device-version-type"/> 
        <code value="hardware"/> 
      </coding> 
    </type> 
    <value value="v1.2.3"/> 
  </deviceVersion> 
  <url value="http://example.org/fhir/DeviceDefinition/exampleDevice"/> 
  <hasPart> 
    <reference value="http://example.org/fhir/DeviceDefinition/example-prodspec"/> 
  </hasPart> 
  <manufacturer> 
    <reference value="Organization/example"/> 
  </manufacturer> 
  <modelNumber value="Model123"/> 
  <partNumber value="Part456"/> 
  <publisher value="HL7 International / Orders and Observations"/> 
  <conformsTo> 
    <specification> 
      <coding> 
        <system value="urn:iso:std:iso:11073:10101"/> 
        <code value="528388"/> 
        <display value="MDC_DEV_SPEC_PROFILE_PULS_OXIM"/> 
      </coding> 
    </specification> 
    <version value="3.0"/> 
    <category> 
      <coding> 
        <system value="http://hl7.org/fhir/device-specification-category"/> 
        <code value="exchange"/> 
      </coding> 
    </category> 
  </conformsTo> 
</DeviceDefinition> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.