Home
Invocations
Parameters (In)
Name | Cardinality | Type | Documentation |
patient-careplan | 1..1 | Bundle | Bundle |
Return Values (Out)
Name | Cardinality | Type | Documentation |
return | 1..1 | Bundle | Bundle |
{
"resourceType": "OperationDefinition",
"id": "create-patient-careplan",
"url": "http://fhir.synapxe.sg/OperationDefinition/create-patient-careplan",
"name": "CreatePatientCarePlan",
"title": "Create Patient and assigned CarePlan",
"status": "active",
"kind": "operation",
"description": "This operation creates the patient record and his/her assigned care programme",
"code": "create-patient-careplan",
"system": false,
"type": true,
"instance": false,
"inputProfile": "http://fhir.synapxe.sg/StructureDefinition/profile-bundle-patient-careplan",
"outputProfile": "http://fhir.synapxe.sg/StructureDefinition/profile-bundle-patient-careplan",
"parameter": [
{
"name": "patient-careplan",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Bundle",
"type": "Bundle"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Bundle",
"type": "Bundle"
}
]
}