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