FHIR IG analytics| Package | synapxe.rcm |
| Resource Type | OperationDefinition |
| Id | CreatePatientCarePlan.OperationDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.rcm@1.2.0&canonical=http://fhir.synapxe.sg/OperationDefinition/register-patient-careplan |
| URL | http://fhir.synapxe.sg/OperationDefinition/register-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 | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "register-patient-careplan",
"url": "http://fhir.synapxe.sg/OperationDefinition/register-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": "register-patient-careplan",
"system": false,
"type": true,
"instance": false,
"resource": [
"Patient"
],
"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"
}
]
}