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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Consent-put-contact-consent.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-contact-consent
URLhttp://ihis.sg/OperationDefinition/put-contact-consent
Statusactive
Nameoperation-Consent-put-contact-consent
DescriptionCreate a Patient contact Consent
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-Consent-put-contact-consent",
  "url": "http://ihis.sg/OperationDefinition/put-contact-consent",
  "name": "operation-Consent-put-contact-consent",
  "status": "active",
  "kind": "operation",
  "description": "Create a Patient contact Consent",
  "affectsState": true,
  "code": "operation-Consent-put-contact-consent",
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "http://ihis.sg/StructureDefinition/Parameters/PutContactConsentParameter",
  "parameter": [
    {
      "name": "channel-sms",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Input type of sms channnel",
      "type": "Parameters"
    },
    {
      "name": "channel-phone",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Input type of phone channnel",
      "type": "Parameters"
    },
    {
      "name": "channel-email",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Input type of email channnel",
      "type": "Parameters"
    },
    {
      "name": "channel-mail",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Input type of mail channnel",
      "type": "Parameters"
    },
    {
      "name": "contact-channel-consent",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient Consent Information.",
      "type": "Consent"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the OperationOutcome.",
      "type": "OperationOutcome"
    }
  ]
}