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

FHIR IG Statistics: OperationDefinition/bc-patient-add

Packagefhir.ca-bc.client
Resource TypeOperationDefinition
Idbc-patient-add
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.ca-bc.client@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-add
URLhttp://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-add
Version1.0.0
Statusdraft
Date2025-02-07T23:01:35+00:00
NameAddPatient
TitleAddPatient
Realmus
Authorityhl7
DescriptionThis operation is used for newborns or to 'force create' a patient.
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
bc-hcim-capability-statement-serverBC HCIM 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-patient-add

URL: [base]/Patient/$AddPatient

Input parameters Profile:AddRequestBundle

Output parameters Profile:AddResponseBundle

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INAddRequestBundle1..1Bundle

The AddPatient operation request Bundle.

OUTAddResponseBundle1..1Bundle

The AddPatient operation response Bundle.


Source

{
  "resourceType": "OperationDefinition",
  "id": "bc-patient-add",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-add",
  "version": "1.0.0",
  "name": "AddPatient",
  "title": "AddPatient",
  "status": "draft",
  "kind": "operation",
  "date": "2025-02-07T23:01:35+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 for newborns or to 'force create' a patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "code": "AddPatient",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-add-request-bundle",
  "outputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-add-response-bundle",
  "parameter": [
    {
      "name": "AddRequestBundle",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The AddPatient operation request Bundle.",
      "type": "Bundle"
    },
    {
      "name": "AddResponseBundle",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The AddPatient operation response Bundle.",
      "type": "Bundle"
    }
  ]
}