Home

Invocations

URL: [base]/$create-patient-careplan

Parameters (In)

NameCardinalityTypeDocumentation
patient-careplan1..1Bundle

Bundle

Return Values (Out)

NameCardinalityTypeDocumentation
return1..1Bundle

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": true,
    "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"
        }
    ]
}