Device

Für den Export wird das Profil KBV_PR_MIO_DIGA_Device des KBV MIO Toolkits verwendet.

Beispiel

<Device xmlns="http://hl7.org/fhir">
    <id value="vimumCareDevice" />
    <meta>
        <versionId value="1" />
        <lastUpdated value="2021-11-22T23:29:23.356+01:00" />
        <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Device_DIGA|1.1.0" />
    </meta>
    <identifier>
        <type>
            <text value="DiGA-VE-ID" />
        </type>
        <value value="DiGA-VE-ID der vimumCare App" />
    </identifier>
    <definition>
        <reference value="DeviceDefinition/vimumCareDeviceDefinition" />
    </definition>
    <deviceName>
        <name value="vimumCare" />
        <type value="user-friendly-name" />
    </deviceName>
    <type>
        <coding>
            <system value="http://fhir.de/CodeSystem/ifa/pzn" />
            <code value="pzncode" />
        </coding>
    </type>
</Device>

DeviceDefinition

Für den Export wird das Profil KBV_PR_MIO_DIGA_DeviceDefinition des KBV MIO Toolkits verwendet.

Beispiel

<DeviceDefinition xmlns="http://hl7.org/fhir">
    <id value="vimumCareDeviceDefinition" />
    <meta>
        <versionId value="1" />
        <lastUpdated value="2021-11-22T23:29:23.356+01:00" />
        <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_DeviceDefinition_DIGA|1.1.0" />
    </meta>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <version value="2.9" />
                <code value="RI" />
                <display value="Resource identifier" />
            </coding>
        </type>
        <system value="urn:ietf:rfc:3986" />
        <value value="vimumCareDeviceDefinition" />
    </identifier>
</DeviceDefinition>