{
  "resourceType" : "Endpoint",
  "id" : "endpoint123",
  "meta" : {
    "profile" : ["http://koppeltaal.nl/fhir/StructureDefinition/KT2Endpoint"]
  },
  "language" : "nl-NL",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-NL\" lang=\"nl-NL\">Example of an Endpoint as used in Koppeltaal</div>"
  },
  "status" : "active",
  "connectionType" : {
    "system" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-endpoint-connection-type",
    "code" : "hti-smart-on-fhir"
  },
  "name" : "nu.nl",
  "payloadType" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
      "code" : "any"
    }]
  }],
  "address" : "https://nu.nl"
}