Sequoia Project Healthcare Directory Implementation Guide
0.0.4 - CI Build US

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.4). See the Directory of published versions

Resource Profile: eHx Endpoint

Official URL: https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxEndpoint Version: 0.0.4
Active as of 2020-12-11 Computable Name: EHxEndpoint

Copyright/Legal: This document is copyright 2017-18 by The Sequoia Project. All rights reserved world wide.

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from SequoiaEndpoint

NameFlagsCard.TypeDescription & Constraintsdoco
.. Endpoint 0..*SequoiaEndpointThe technical details of an endpoint that can be used for electronic services
... Transaction S1..1CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction
... Version S1..1stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version
... name S1..1stringA name that this endpoint can be identified by

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Endpoint 0..*SequoiaEndpointThe technical details of an endpoint that can be used for electronic services
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Transaction S1..1CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction
... Version S1..1stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version
... Roles S0..*CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Roles
Binding: NHIN User Role (required)
... Downtime S0..*Period, TimingExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Downtime
... endpoint-servicekey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-servicekey
... endpoint-bindingkey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-bindingkey
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifies this endpoint across multiple systems
... status ?!Σ1..1codeactive | suspended | error | off | entered-in-error | test
Binding: EndpointStatus (required): The status of the endpoint.

... connectionType SΣ1..1CodingProtocol/Profile/Standard to be used with this endpoint connection
Binding: Endpoint Connection Type (required)
... name SΣ1..1stringA name that this endpoint can be identified by
... managingOrganization SΣ1..1Reference(https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxOrganization)Organization that manages this endpoint (might not be the organization that exposes the endpoint)
... payloadType SΣ1..*CodeableConceptThe type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
Binding: Endpoint Payload Type Codes (extensible)
... payloadMimeType SΣ0..*codeMimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... address SΣ1..1urlThe technical base address for connecting to this endpoint

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Endpoint.statusrequiredEndpointStatus
Endpoint.connectionTyperequiredEndpointConnectionType
Endpoint.payloadTypeextensibleEndpointPayloadTypeCodes
Endpoint.payloadMimeTyperequiredMime Types (a valid code from urn:ietf:bcp:13)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorEndpointIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorEndpointIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorEndpointIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorEndpointIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceEndpointA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Endpoint 0..*SequoiaEndpointThe technical details of an endpoint that can be used for electronic services
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... Transaction S1..1CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction
... Version S1..1stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version
... PurposesOfUse S0..*CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/PurposesOfUse
Binding: Purpose Of Use (required)
... Roles S0..*CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Roles
Binding: NHIN User Role (required)
... Downtime S0..*Period, TimingExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Downtime
... endpoint-servicekey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-servicekey
... endpoint-bindingkey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-bindingkey
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifies this endpoint across multiple systems
... status ?!Σ1..1codeactive | suspended | error | off | entered-in-error | test
Binding: EndpointStatus (required): The status of the endpoint.

... connectionType SΣ1..1CodingProtocol/Profile/Standard to be used with this endpoint connection
Binding: Endpoint Connection Type (required)
... name SΣ1..1stringA name that this endpoint can be identified by
... managingOrganization SΣ1..1Reference(https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxOrganization)Organization that manages this endpoint (might not be the organization that exposes the endpoint)
... contact 0..*ContactPointContact details for source (e.g. troubleshooting)
... period Σ0..1PeriodInterval the endpoint is expected to be operational
... payloadType SΣ1..*CodeableConceptThe type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
Binding: Endpoint Payload Type Codes (extensible)
... payloadMimeType SΣ0..*codeMimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... address SΣ1..1urlThe technical base address for connecting to this endpoint
... header 0..*stringUsage depends on the channel type

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Endpoint.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Endpoint.statusrequiredEndpointStatus
Endpoint.connectionTyperequiredEndpointConnectionType
Endpoint.payloadTypeextensibleEndpointPayloadTypeCodes
Endpoint.payloadMimeTyperequiredMime Types (a valid code from urn:ietf:bcp:13)

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from SequoiaEndpoint

Summary

Mandatory: 3 elements
Must-Support: 4 elements

Structures

This structure refers to these other structures:

  • unable to summarise profile https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxOrganization (no profile found)

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from SequoiaEndpoint

NameFlagsCard.TypeDescription & Constraintsdoco
.. Endpoint 0..*SequoiaEndpointThe technical details of an endpoint that can be used for electronic services
... Transaction S1..1CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction
... Version S1..1stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version
... name S1..1stringA name that this endpoint can be identified by

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Endpoint 0..*SequoiaEndpointThe technical details of an endpoint that can be used for electronic services
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Transaction S1..1CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction
... Version S1..1stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version
... Roles S0..*CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Roles
Binding: NHIN User Role (required)
... Downtime S0..*Period, TimingExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Downtime
... endpoint-servicekey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-servicekey
... endpoint-bindingkey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-bindingkey
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifies this endpoint across multiple systems
... status ?!Σ1..1codeactive | suspended | error | off | entered-in-error | test
Binding: EndpointStatus (required): The status of the endpoint.

... connectionType SΣ1..1CodingProtocol/Profile/Standard to be used with this endpoint connection
Binding: Endpoint Connection Type (required)
... name SΣ1..1stringA name that this endpoint can be identified by
... managingOrganization SΣ1..1Reference(https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxOrganization)Organization that manages this endpoint (might not be the organization that exposes the endpoint)
... payloadType SΣ1..*CodeableConceptThe type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
Binding: Endpoint Payload Type Codes (extensible)
... payloadMimeType SΣ0..*codeMimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... address SΣ1..1urlThe technical base address for connecting to this endpoint

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Endpoint.statusrequiredEndpointStatus
Endpoint.connectionTyperequiredEndpointConnectionType
Endpoint.payloadTypeextensibleEndpointPayloadTypeCodes
Endpoint.payloadMimeTyperequiredMime Types (a valid code from urn:ietf:bcp:13)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorEndpointIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorEndpointIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorEndpointIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorEndpointIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceEndpointA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Endpoint 0..*SequoiaEndpointThe technical details of an endpoint that can be used for electronic services
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... Transaction S1..1CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction
... Version S1..1stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version
... PurposesOfUse S0..*CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/PurposesOfUse
Binding: Purpose Of Use (required)
... Roles S0..*CodeableConceptExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Roles
Binding: NHIN User Role (required)
... Downtime S0..*Period, TimingExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/Downtime
... endpoint-servicekey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-servicekey
... endpoint-bindingkey 0..*stringExtension
URL: https://sequoiaproject.org/fhir/sphd/StructureDefinition/endpoint-bindingkey
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifies this endpoint across multiple systems
... status ?!Σ1..1codeactive | suspended | error | off | entered-in-error | test
Binding: EndpointStatus (required): The status of the endpoint.

... connectionType SΣ1..1CodingProtocol/Profile/Standard to be used with this endpoint connection
Binding: Endpoint Connection Type (required)
... name SΣ1..1stringA name that this endpoint can be identified by
... managingOrganization SΣ1..1Reference(https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxOrganization)Organization that manages this endpoint (might not be the organization that exposes the endpoint)
... contact 0..*ContactPointContact details for source (e.g. troubleshooting)
... period Σ0..1PeriodInterval the endpoint is expected to be operational
... payloadType SΣ1..*CodeableConceptThe type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
Binding: Endpoint Payload Type Codes (extensible)
... payloadMimeType SΣ0..*codeMimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.


... address SΣ1..1urlThe technical base address for connecting to this endpoint
... header 0..*stringUsage depends on the channel type

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Endpoint.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Endpoint.statusrequiredEndpointStatus
Endpoint.connectionTyperequiredEndpointConnectionType
Endpoint.payloadTypeextensibleEndpointPayloadTypeCodes
Endpoint.payloadMimeTyperequiredMime Types (a valid code from urn:ietf:bcp:13)

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from SequoiaEndpoint

Summary

Mandatory: 3 elements
Must-Support: 4 elements

Structures

This structure refers to these other structures:

  • unable to summarise profile https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxOrganization (no profile found)

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron