| Package | fhir.ca-bc.client |
| Resource Type | OperationDefinition |
| Id | bc-patient-add |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.ca-bc.client@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-add |
| URL | http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-add |
| Version | 1.0.0 |
| Status | draft |
| Date | 2025-02-07T23:01:35+00:00 |
| Name | AddPatient |
| Title | AddPatient |
| Realm | us |
| Authority | hl7 |
| Description | This operation is used for newborns or to 'force create' a patient. |
| Type | true |
| Kind | operation |
| CapabilityStatement | |
| bc-hcim-capability-statement-server | BC HCIM Server Capability Statement |
No resources found
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
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | AddRequestBundle | 1..1 | Bundle | The AddPatient operation request Bundle. | ||
| OUT | AddResponseBundle | 1..1 | Bundle | The AddPatient operation response Bundle. |
{
"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"
}
]
}