FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Organization-put-pcp.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-pcp |
| URL | http://ihis.sg/OperationDefinition/put-pcp |
| Status | active |
| Name | operation-Organization-put-pcp |
| Description | Onborad or update pcp. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-Organization-put-pcp",
"name": "operation-Organization-put-pcp",
"url": "http://ihis.sg/OperationDefinition/put-pcp",
"status": "active",
"kind": "operation",
"code": "operation-Organization-put-pcp",
"affectsState": true,
"description": "Onborad or update pcp.",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "reason",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The valueset to indicate the reason of the change. Either \"add\" or \"update\".",
"type": "string"
},
{
"name": "pcp",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The ogranization information.",
"type": "Organization"
},
{
"name": "cluster-relationship",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The organization relationship with Cluster. Mandatory when the reason is 'add'.",
"type": "OrganizationAffiliation"
},
{
"name": "pcn-relationship",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The organization relationship with PCN. Mandatory when the reason is 'add'",
"type": "OrganizationAffiliation"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The outcome of the opreation.",
"type": "OperationOutcome"
}
]
}