FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "structuredefinition-endpoint-ehr",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-endpoint",
"name": "EndpointEHR",
"title": "Endpoint EHR",
"status": "active",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Endpoint",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Endpoint",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Endpoint.identifier",
"path": "Endpoint.identifier",
"mustSupport": true
},
{
"id": "Endpoint.status",
"path": "Endpoint.status",
"mustSupport": true
},
{
"id": "Endpoint.connectionType",
"path": "Endpoint.connectionType",
"mustSupport": true,
"binding": {
"strength": "required",
"description": "A coded value that represents the technical details of the usage of this endpoint.",
"valueSet": "http://ontariohealth.ca/fhir/ehr/ValueSet/endpoint-connection-type"
}
},
{
"id": "Endpoint.connectionType.system",
"path": "Endpoint.connectionType.system",
"min": 1,
"mustSupport": true
},
{
"id": "Endpoint.connectionType.code",
"path": "Endpoint.connectionType.code",
"min": 1,
"mustSupport": true
},
{
"id": "Endpoint.connectionType.display",
"path": "Endpoint.connectionType.display",
"min": 1,
"mustSupport": true
},
{
"id": "Endpoint.payloadType",
"path": "Endpoint.payloadType",
"mustSupport": true
},
{
"id": "Endpoint.address",
"path": "Endpoint.address",
"mustSupport": true
}
]
}
}