| Package | synapxe.rcm.snapshots |
| Resource Type | OperationDefinition |
| Id | create-patient-careplan |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.rcm.snapshots@1.0.0&canonical=http://fhir.synapxe.sg/OperationDefinition/create-patient-careplan |
| URL | http://fhir.synapxe.sg/OperationDefinition/create-patient-careplan |
| Status | active |
| Name | CreatePatientCarePlan |
| Title | Create Patient and assigned CarePlan |
| Description | This operation creates the patient record and his/her assigned care programme |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| profile-capability-statement | |
No resources found
No narrative content found in resource
{
"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": false,
"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"
}
]
}