PackagesCanonicalsLogsProblems
    Packages
    xtehr.eu.ehds.models@1.0.0
    http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEndpoint
description: Model covers technical details of an endpoint that can be used for electronic services
package_name: xtehr.eu.ehds.models
derivation: specialization
name: EHDSEndpoint
type: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEndpoint
elements:
  identifier: {type: Identifier, short: Identifier for the endpoint, array: true, min: 1, index: 0}
  status: {type: CodeableConcept, short: 'Status of the endpoint (e.g. active, limited).', index: 1}
  connectionType: {type: CodeableConcept, short: 'A coded value that represents the technical details of the usage of this endpoint, such as what WSDLs should be used in what way.', array: true, min: 1, index: 2}
  name: {type: string, short: A friendly name that this endpoint can be referred to with., index: 3}
  managingOrganisation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation', short: The organisation that provides technical management services for this endpoint., index: 4}
  payload:
    type: Base
    short: The set of payloads that are provided/available at this endpoint.
    array: true
    index: 5
    elements:
      type: {type: CodeableConcept, short: The type of content that may be used at this endpoint., array: true, index: 6}
      mimeType: {type: CodeableConcept, short: 'The mime type to send the payload in (e.g. application/fhir+xml, application/fhir+json).', array: true, index: 7}
      profileCanonical: {type: uri, short: 'The FHIR profile that is expected at this endpoint. It describes the resources that are handled, or even simply which resource types.', array: true, index: 8}
      profileUri: {type: uri, short: The profile (as a URI) that is expected at this endpoint when not represented using a FHIR profile., array: true, index: 9}
  address: {type: uri, short: The URI that describes the actual end-point to connect to., index: 10}
  header: {type: string, short: Additional headers / information to send as part of the notification. Usage depends on the channel type., array: true, index: 11}
package_version: 1.0.0
class: logical
kind: logical
url: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEndpoint
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0
required: [connectionType, address, status, identifier]