FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Enrollment-put-enrollment.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-enrollment
URLhttp://ihis.sg/OperationDefinition/put-enrollment
Statusactive
Nameoperation-Enrollment-put-enrollment
Titleoperation-Enrollment-put-enrollment
DescriptionCreate patient's Care Plan
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationDefinition",
  "id": "operation-Enrollment-put-enrollment",
  "name": "operation-Enrollment-put-enrollment",
  "code": "operation-Enrollment-put-enrollment",
  "url": "http://ihis.sg/OperationDefinition/put-enrollment",
  "title": "operation-Enrollment-put-enrollment",
  "status": "active",
  "kind": "operation",
  "affectsState": true,
  "description": "Create patient's Care Plan",
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "http://ihis.sg/StructureDefinition/CarePlan-pophealth-enrolment",
  "parameter": [
    {
      "name": "resource",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Input the Care Plan to be created with details",
      "type": "CarePlan"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the OperationOutcome",
      "type": "OperationOutcome"
    }
  ]
}