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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-HealthPlan-put-health-plan.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-health-plan
URLhttp://ihis.sg/OperationDefinition/put-health-plan
Statusactive
Nameoperation-HealthPlan-put-health-plan
Titleoperation-HealthPlan-put-health-plan
DescriptionCreate patient's Health 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-HealthPlan-put-health-plan",
  "name": "operation-HealthPlan-put-health-plan",
  "code": "operation-HealthPlan-put-health-plan",
  "url": "http://ihis.sg/OperationDefinition/put-health-plan",
  "title": "operation-HealthPlan-put-health-plan",
  "status": "active",
  "kind": "operation",
  "affectsState": true,
  "description": "Create patient's Health Plan",
  "system": false,
  "type": true,
  "instance": false,
  "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"
    }
  ]
}