FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeStructureDefinition
IdStructureDefinition-EndpointEHR.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-endpoint
URLhttp://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-endpoint
Statusactive
NameEndpointEHR
TitleEndpoint EHR
Realmca
Authoritynational
TypeEndpoint
Kindresource

Resources that use this resource

StructureDefinition
profile-imagingStudyImagingStudy EHR
ca-on-mi-profile-imagingStudyMI ImagingStudy Profile

Resources that this resource uses

ValueSet
endpoint-connection-typeEndpoint Connection Type EHR

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
      }
    ]
  }
}