<?xml version="1.0" encoding="UTF-8"?>

<Device xmlns="http://hl7.org/fhir">
  <id value="autorisatieserver"/>
  <meta>
    <profile value="http://koppeltaal.nl/fhir/StructureDefinition/KT2Device"/>
  </meta>
  <language value="nl-NL"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl-NL" lang="nl-NL">Example of Device indicating an authorisation server</div>
  </text>
  <identifier>
    <system value="http://vzvz.nl/fhir/NamingSystem/koppeltaal-client-id"/>
    <value value="autorisatieserver"/>
  </identifier>
  <status value="active"/>
  <deviceName>
    <name value="Autorisatieserver"/>
    <type value="user-friendly-name"/>
  </deviceName>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="9096001"/>
      <display value="support"/>
    </coding>
  </type>
</Device>