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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Organization-put-pcp.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-pcp
URLhttp://ihis.sg/OperationDefinition/put-pcp
Statusactive
Nameoperation-Organization-put-pcp
DescriptionOnborad or update pcp.
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-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"
    }
  ]
}