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

FHIR IG analytics

Packagese.electronichealth.fhir.merier.r5
Resource TypeOperationDefinition
IdOperationDefinition-SearchEndpoint.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.merier.r5@0.1.2-beta&canonical=http://electronichealth.se/fhir/NDI/OperationDefinition/SearchEndpoint
URLhttp://electronichealth.se/fhir/NDI/OperationDefinition/SearchEndpoint
Version0.1.0
Statusactive
NameSearchEndpoint
DescriptionSearch for active Endpoints where healthcare providers, which a patient has been registered at, make patient data available.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
se.electronichealth.fhir.merier.r5#0.1.2-betamedical-record-location-consumer-capabilities-mrlMedical Record Location Consumer Capabilities (MRL)
se.electronichealth.fhir.merier.r5#0.1.2-betamedical-record-locator-capabilities-mrlMedical Record Locator Capabilities (MRL)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationDefinition",
  "id": "SearchEndpoint",
  "url": "http://electronichealth.se/fhir/NDI/OperationDefinition/SearchEndpoint",
  "description": "Search for active Endpoints where healthcare providers, which a patient has been registered at, make patient data available.",
  "parameter": [
    {
      "name": "patient",
      "documentation": "Patient identifier",
      "use": "in",
      "min": 1,
      "max": "1",
      "type": "Identifier"
    },
    {
      "name": "apiSpecification",
      "documentation": "Canonical ID of API specification which the endpoint implements",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "uri"
    },
    {
      "name": "return",
      "documentation": "Bundle of Endpoints that match the search criteria, together with the Organizations that make available the patient data at the endpoints. The Endpoints are referenced to from the Organizations using the Organization.endpoint element",
      "use": "out",
      "min": 1,
      "max": "1",
      "type": "Bundle"
    }
  ],
  "status": "active",
  "version": "0.1.0",
  "kind": "operation",
  "affectsState": false,
  "system": true,
  "type": false,
  "instance": false,
  "code": "search-endpoint",
  "name": "SearchEndpoint"
}