Endpoint.address
FHIR attribute (stu3)
In the Endpoint resource for FHIR stu3 , the address attribute identifies the The technical base address for connecting to this endpoint
address (Endpoint) description
Attribute Name: address
Description: The technical base address for connecting to this endpoint
Attribute Type : uri
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Endpoint.address Example
"address": "http://fhir3.healthintersections.com.au/open/CarePlan"
Endpoint attributes
AttributeField is listTypeDescription
Description: active | suspended | error | off | entered-in-error | test
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"status": "active"
Description: Organization that manages this endpoint (may not be the organization that exposes the endpoint)
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"managingOrganization": {
"reference": "Organization/hl7"
}
Description: A name that this endpoint can be identified by
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"name": "Health Intersections CarePlan Hub"
Description: The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"payloadType": [
{
"coding": [
{
"code": "CarePlan",
"system": "http://hl7.org/fhir/resource-types"
}
]
}
]
Description: Interval the endpoint is expected to be operational
Attribute Type : Period
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"period": {
"start": "2014-09-01"
}
Description: Protocol/Profile/Standard to be used with this endpoint connection
Attribute Type : Coding
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"connectionType": {
"code": "hl7-fhir-rest",
"system": "http://hl7.org/fhir/endpoint-connection-type"
}
Description: Usage depends on the channel type
Attribute Type : string
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"header": [
"bearer-code BASGS534s4"
]
Description: Contact details for source (e.g. troubleshooting)
Attribute Type : ContactPoint
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"contact": [
{
"use": "work",
"system": "email",
"value": "endpointmanager@example.org"
}
]
Description: The technical base address for connecting to this endpoint
Attribute Type : uri
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"address": "http://fhir3.healthintersections.com.au/open/CarePlan"
Description: Identifies this endpoint across multiple systems
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"identifier": [
{
"system": "http://example.org/enpoint-identifier",
"value": "epcp12"
}
]
Description: Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)
Attribute Type : code
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"payloadMimeType": [
"application/fhir+xml"
]