FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Consent-put-consent.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-consent |
| URL | http://ihis.sg/OperationDefinition/put-consent |
| Status | active |
| Name | operation-Consent-put-consent |
| Description | Create a Patient Consent |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}