FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/ca-on-eReferral-SMARTServer

Packageca.on.oh.erec
Resource TypeCapabilityStatement
Idca-on-eReferral-SMARTServer
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTServer
URLhttp://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTServer
Version0.10.1
Statusdraft
Date2021-07-15
NameSMARTServer
TitleSMART Server
Realmca
Authoritynational
DescriptionThis is the FHIR capability statement for an Ontario Referral Management (RMS) or Point of Service (POS) System performing the role of SMART Server defined in this IG.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca-on-eReferral-profile-AllergyIntoleranceAllergyIntolerance
ca-on-eReferral-profile-ConditionCondition
ca-on-eReferral-profile-ConsentConsent
ca-on-eReferral-profile-DocumentReferenceDocumentReference
ca-on-eReferral-profile-LocationLocation
ca-on-eReferral-profile-OrganizationOrganization
ca-on-eReferral-profile-PatientPatient
ca-on-eReferral-profile-PractitionerPractitioner
ca-on-eReferral-profile-PractitionerRolePractitionerRole
ca-on-eReferral-profile-QuestionnaireResponseQuestionnaireResponse
ca-on-eReferral-profile-ServiceRequestServiceRequest

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "ca-on-eReferral-SMARTServer",
  "url": "http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTServer",
  "version": "0.10.1",
  "name": "SMARTServer",
  "title": "SMART Server",
  "status": "draft",
  "experimental": false,
  "date": "2021-07-15",
  "description": "This is the FHIR capability statement for an Ontario Referral Management (RMS) or Point of Service (POS) System performing the role of SMART Server defined in this IG.",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "A SMART Server **SHALL** convey information about the FHIR OAuth authorization endpoints, core capabilities, capability sets, resource types, profiles and operations supported by its FHIR Endpoint to SMART App developers by providing a CapabilityStatement (`kind=instance`) at `[base]/metadata`.  Please see the XML or JSON view for server requirements not visible on this summary page.",
      "security": {
        "extension": [
          {
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris",
            "extension": [
              {
                "url": "token",
                "valueUri": "https://example.org/token"
              },
              {
                "url": "authorize",
                "valueUri": "https://example.org/authorize"
              }
            ]
          },
          {
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities",
            "valueCode": "launch-ehr"
          },
          {
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities",
            "valueCode": "client-confidential-symmetric"
          },
          {
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities",
            "valueCode": "sso-openid-connect"
          },
          {
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities",
            "valueCode": "context-ehr-patient"
          },
          {
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities",
            "valueCode": "permission-patient"
          }
        ],
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "SMART-on-FHIR"
              }
            ],
            "text": "OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org)"
          }
        ]
      },
      "resource": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Patient",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient",
          "documentation": "A SMART Server **SHALL**, minimally,  be capable of granting `patient/Patient.read` scope with `patient` context information to enable authorized SMART Apps to access information about Patients that may become the `subject` of ServiceRequests created on the app",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Practitioner",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Practitioner",
          "documentation": "A SMART Server **SHALL**, minimally be capable of granting `openid` and `fhiruser` scope with fhiruser context to enable authorized SMART Apps to access information about Practitioners who use the app to enable single sign on using OpenID connect, etc.",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "ServiceRequest",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest",
          "documentation": "**MAY**: potentially useful to enable retrieval of a `ServiceRequest` where the SMART Server is an RMS Source launching an RMS Target to complete a ServiceRequest",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "QuestionnaireResponse",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse",
          "documentation": "**MAY**: potentially useful to enable retrieval of `ServiceRequest.supportingInfo` where the SMART Server is an RMS Source",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "AllergyIntolerance",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-AllergyIntolerance",
          "documentation": "**MAY**: potentially useful to enable retrieval of `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "Condition",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Condition",
          "documentation": "**MAY**: potentially useful to enable retrieval of `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "Consent",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Consent",
          "documentation": "**MAY**: potentially useful to enable retrieval of `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "DocumentReference",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-DocumentReference",
          "documentation": "**MAY**: potentially useful to enable retrieval of `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "PractitionerRole",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole",
          "documentation": "**MAY**: overlap with information already available in RMS SMART App?",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "Location",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Location",
          "documentation": "**MAY**: overlap with information already available in RMS SMART App?",
          "interaction": [
            {
              "code": "read"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "MAY"
            }
          ],
          "type": "Organization",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization",
          "documentation": "**MAY**: overlap with information already available in RMS SMART App?",
          "interaction": [
            {
              "code": "read"
            }
          ]
        }
      ]
    }
  ]
}