FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/create-patient-careplan

Packagesynapxe.rcm.snapshots
Resource TypeOperationDefinition
Idcreate-patient-careplan
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.rcm.snapshots@1.0.0&canonical=http://fhir.synapxe.sg/OperationDefinition/create-patient-careplan
URLhttp://fhir.synapxe.sg/OperationDefinition/create-patient-careplan
Statusactive
NameCreatePatientCarePlan
TitleCreate Patient and assigned CarePlan
DescriptionThis operation creates the patient record and his/her assigned care programme
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
profile-capability-statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}