Package | fhir.ca-bc.provider |
Resource Type | OperationDefinition |
Id | bc-maintain |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.ca-bc.provider@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-maintain |
URL | http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-maintain |
Version | 1.0.0 |
Status | draft |
Date | 2025-02-28T00:26:03+00:00 |
Name | Maintain |
Title | Maintain PLR entities. |
Realm | us |
Authority | hl7 |
Description | This operation is used to create and update the resources that represent a Provider or Facility. |
Type | false |
Kind | operation |
CapabilityStatement | |
bc-plr-server-capability-statement | BC PLR Server Capability Statement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition bc-maintain
URL: [base]/$maintain
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | messageId | 1..1 | string | A unique message ID. | ||
IN | messageTime | 1..1 | dateTime | When the message was sent. | ||
IN | maintain | 1..1 | Bundle | |||
OUT | messageId | 1..1 | string | A unique message ID. | ||
OUT | messageTime | 1..1 | dateTime | When the message was sent. | ||
OUT | requestMessageId | 1..1 | string | The request message ID. | ||
OUT | maintain | 0..1 | Bundle | |||
OUT | outcome | 1..1 | OperationOutcome | The operation outcome - success, warning and error messages. |
{ "resourceType": "OperationDefinition", "id": "bc-maintain", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-maintain", "version": "1.0.0", "name": "Maintain", "title": "Maintain PLR entities.", "status": "draft", "kind": "operation", "date": "2025-02-28T00:26:03+00:00", "publisher": "BC Ministry of Health", "contact": [ { "name": "BC Ministry of Health", "telecom": [ { "system": "url", "value": "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health" } ] } ], "description": "This operation is used to create and update the resources that represent a Provider or Facility.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "CA", "display": "Canada" } ] } ], "code": "maintain", "resource": [ "Bundle" ], "system": true, "type": false, "instance": false, "parameter": [ { "name": "messageId", "use": "in", "min": 1, "max": "1", "documentation": "A unique message ID.", "type": "string" }, { "name": "messageTime", "use": "in", "min": 1, "max": "1", "documentation": "When the message was sent.", "type": "dateTime" }, { "name": "maintain", "use": "in", "min": 1, "max": "1", "documentation": "A [BC Practitioner Bundle](StructureDefinition-bc-practitioner-bundle.html), or [BC Organization Bundle](StructureDefinition-bc-organization-bundle.html) or a [BC Location Bundle](StructureDefinition-bc-location-bundle.html).", "type": "Bundle" }, { "name": "messageId", "use": "out", "min": 1, "max": "1", "documentation": "A unique message ID.", "type": "string" }, { "name": "messageTime", "use": "out", "min": 1, "max": "1", "documentation": "When the message was sent.", "type": "dateTime" }, { "name": "requestMessageId", "use": "out", "min": 1, "max": "1", "documentation": "The request message ID.", "type": "string" }, { "name": "maintain", "use": "out", "min": 0, "max": "1", "documentation": "A [BC Practitioner Bundle](StructureDefinition-bc-practitioner-bundle.html), or [BC Organization Bundle](StructureDefinition-bc-organization-bundle.html) or a [BC Location Bundle](StructureDefinition-bc-location-bundle.html).", "type": "Bundle" }, { "name": "outcome", "use": "out", "min": 1, "max": "1", "documentation": "The operation outcome - success, warning and error messages.", "type": "OperationOutcome" } ] }