R6 Ballot (3rd Draft) (1st Full Ballot)

Publish-box (todo) This page is part of the FHIR Specification v6.0.0-ballot4: Release 6 Ballot (1st Full Ballot) (see Ballot Notes ). The current version is 5.0.0 . For a full list of available versions, see the Directory of published versions for published versions

Example DeviceDefinition/example (XML)

Maturity Level : N/A
Responsible Owner: Orders and Observations Work Group Standards Status : Informative Compartments : 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="active"/> 
  <experimental value="true"/> 
  <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://hl7.org/fhir/DeviceDefinition/example"/> 
  <hasPart> 
    <definitionCanonical value="http://hl7.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.