View raw Markdown
type: exampleresource: DeviceUsageexample: deviceusage-example

DeviceUsage Example: deviceusage-example

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<DeviceUsage xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir file:///C:/Users/Eric/Documents/HL7/FHIR/BUILD_EDIT_FILES/account.xsd">
    <id value="example"/>
    <identifier>
        <system value="http:goodhealth.org/identifiers"/>
        <value value="51ebb7a9-4e3a-4360-9a05-0cc2d869086f"/>
    </identifier>
    <status value="active"/>
    <subject>
        <reference value="Patient/example"/>
    </subject>
    <device>
        <concept>
            <text value="ACME defribillator"/>
        </concept>
    </device>
    <reason>
    <reference>
        <reference value="Condition/example"/>
        <display value="PHx of Appendectomy (surgery)"/>
    </reference>
    </reason>
</DeviceUsage>