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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Consent-put-consent.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-consent
URLhttp://ihis.sg/OperationDefinition/put-consent
Statusactive
Nameoperation-Consent-put-consent
DescriptionCreate a Patient 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-consent",
  "url": "http://ihis.sg/OperationDefinition/put-consent",
  "name": "operation-Consent-put-consent",
  "status": "active",
  "kind": "operation",
  "description": "Create a Patient Consent",
  "affectsState": true,
  "code": "Consent-create",
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "http://ihis.sg/StructureDefinition/Consent-pophealth",
  "parameter": [
    {
      "name": "input",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Input the consent details (i.e. Patient name, Organizaiton, Policy rule, purpose).",
      "type": "Consent"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the OperationOutcome",
      "type": "OperationOutcome"
    }
  ]
}