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

FHIR IG Statistics: OperationDefinition/bc-maintain

Packagefhir.ca-bc.provider
Resource TypeOperationDefinition
Idbc-maintain
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.ca-bc.provider@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-maintain
URLhttp://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-maintain
Version1.0.0
Statusdraft
Date2025-02-28T00:26:03+00:00
NameMaintain
TitleMaintain PLR entities.
Realmus
Authorityhl7
DescriptionThis operation is used to create and update the resources that represent a Provider or Facility.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
bc-plr-server-capability-statementBC PLR Server Capability Statement

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition bc-maintain

URL: [base]/$maintain

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INmessageId1..1string

A unique message ID.

INmessageTime1..1dateTime

When the message was sent.

INmaintain1..1Bundle
OUTmessageId1..1string

A unique message ID.

OUTmessageTime1..1dateTime

When the message was sent.

OUTrequestMessageId1..1string

The request message ID.

OUTmaintain0..1Bundle
OUToutcome1..1OperationOutcome

The operation outcome - success, warning and error messages.


Source

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