View raw Markdown
type: exampleresource: DeviceDefinitionexample: devicedefinition-example

DeviceDefinition Example: devicedefinition-example

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<DeviceDefinition xmlns="http://hl7.org/fhir">
    <id value="example"/>
    <identifier>
        <value value="0"/>
    </identifier>
    <status value="active"/>
    <experimental value="true"/>
    <deviceName>
        <name value="Example Device Name"/>
        <type>
            <coding>
                <system value="http://hl7.org/fhir/device-nametype"/>
                <code value="registered-name"/>
            </coding>
        </type>
    </deviceName>
    <version>
        <value value="1.0.0"/>
    </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"/>
    <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>