FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2

Devicecomponent-example-prodspec.xml

Health Care Devices Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device

Raw XML (canonical form)

Jump past Narrative

Example for DeviceComponent includes production specification information (id = "example-prodspec")

<DeviceComponent xmlns="http://hl7.org/fhir">
  <id value="example-prodspec"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : example-prodspec</p> <p> <b> identifier</b> : 789123</p> <p> <b> type</b> : MDC_DEV_ANALY_SAT_O2_MDS <span> (Details : {urn:iso:std:iso:11073:10101 code '2000' = '2000', given as 'MDC_DEV_ANALY_SAT_O2_MDS'})</span> </p> <p> <b> lastSystemChange</b> : 07/10/2014 2:45:00 PM</p> <p> <b> source</b> : <a> Device/d1</a> </p> <p> <b> operationalStatus</b> : Off <span> (Details : {[not stated] code 'off' = 'off', given as 'Off'})</span> </p> <blockquote> <p> <b> productionSpecification</b> </p> <p> <b> specType</b> : Serial number <span> (Details : {[not stated] code 'serial-number' = 'serial-number', given as 'Serial number'})</span> </p> <p> <b> productionSpec</b> : xa-12324-b</p> </blockquote> <blockquote> <p> <b> productionSpecification</b> </p> <p> <b> specType</b> : Hardware Revision <span> (Details : {[not stated] code 'hardware-revision' = 'hardware-revision', given as 'Hardware
             Revision'})</span> </p> <p> <b> productionSpec</b> : 1.1</p> </blockquote> <blockquote> <p> <b> productionSpecification</b> </p> <p> <b> specType</b> : Software Revision <span> (Details : {[not stated] code 'software-revision' = 'software-revision', given as 'Software
             Revision'})</span> </p> <p> <b> productionSpec</b> : 1.12</p> </blockquote> <blockquote> <p> <b> productionSpecification</b> </p> <p> <b> specType</b> : Firmware Revision <span> (Details : {[not stated] code 'firmware-revision' = 'firmware-revision', given as 'Firmware
             Revision'})</span> </p> <p> <b> productionSpec</b> : 1.0.23</p> </blockquote> <p> <b> languageCode</b> : en-US <span> (Details : {http://tools.ietf.org/html/bcp47 code 'en-US' = 'en-US)</span> </p> </div> </text> <identifier> 
    <value value="789123"/> 
  </identifier> 
  <type> 
    <coding> 
      <system value="urn:iso:std:iso:11073:10101"/>  
      <code value="2000"/> 
      <display value="MDC_DEV_ANALY_SAT_O2_MDS"/> 
    </coding> 
  </type> 
  <lastSystemChange value="2014-10-07T14:45:00Z"/> 
  <source> 
    <reference value="Device/d1"/> 
  </source> 
  <operationalStatus> 
    <coding> 
      <code value="off"/> 
      <display value="Off"/> 
    </coding> 
  </operationalStatus> 
  <productionSpecification> 
    <specType> 
      <coding> 
        <code value="serial-number"/> 
        <display value="Serial number"/> 
      </coding>       
    </specType> 
    <productionSpec value="xa-12324-b"/> 
  </productionSpecification>     
  <productionSpecification> 
    <specType> 
      <coding> 
        <code value="hardware-revision"/> 
        <display value="Hardware Revision"/> 
      </coding>       
    </specType> 
    <productionSpec value="1.1"/> 
  </productionSpecification> 
  <productionSpecification> 
    <specType> 
      <coding> 
        <code value="software-revision"/> 
        <display value="Software Revision"/> 
      </coding>       
    </specType> 
    <productionSpec value="1.12"/> 
  </productionSpecification> 
  <productionSpecification> 
    <specType> 
      <coding> 
        <code value="firmware-revision"/> 
        <display value="Firmware Revision"/> 
      </coding>       
    </specType> 
    <productionSpec value="1.0.23"/> 
  </productionSpecification> 
  <languageCode> 
    <coding> 
      <system value="http://tools.ietf.org/html/bcp47"/> 
      <code value="en-US"/> 
    </coding> 
  </languageCode> 
</DeviceComponent> 

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.