FHIR IG analytics| Package | se.electronichealth.fhir.merier.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-SearchEndpoint.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.merier.r5@0.1.2-beta&canonical=http://electronichealth.se/fhir/NDI/OperationDefinition/SearchEndpoint |
| URL | http://electronichealth.se/fhir/NDI/OperationDefinition/SearchEndpoint |
| Version | 0.1.0 |
| Status | active |
| Name | SearchEndpoint |
| Description | Search for active Endpoints where healthcare providers, which a patient has been registered at, make patient data available. |
| Type | false |
| Kind | operation |
| CapabilityStatement | ||
| se.electronichealth.fhir.merier.r5#0.1.2-beta | medical-record-location-consumer-capabilities-mrl | Medical Record Location Consumer Capabilities (MRL) |
| se.electronichealth.fhir.merier.r5#0.1.2-beta | medical-record-locator-capabilities-mrl | Medical Record Locator Capabilities (MRL) |
No resources found
No narrative content found in resource
{
"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"
}