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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Consent-get-consent.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-consent
URLhttp://ihis.sg/OperationDefinition/get-consent
Statusactive
Nameoperation-Consent-get-consent
DescriptionGet 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-get-consent",
  "url": "http://ihis.sg/OperationDefinition/get-consent",
  "name": "operation-Consent-get-consent",
  "status": "active",
  "kind": "operation",
  "description": "Get a Patient Consent",
  "affectsState": false,
  "code": "operation-Consent-get-consent",
  "system": false,
  "type": true,
  "instance": false,
  "outputProfile": "http://ihis.sg/StructureDefinition/Consent-pophealth-output",
  "parameter": [
    {
      "name": "patient-nric",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "the value of the patient's NRIC, Sample value: \"S1234567D\"",
      "type": "string"
    },
    {
      "name": "policy-uri",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "the value of policy uri, Sample value: \"http://ihis.sg/PlanDefinition/healthier-sg/healthier-sg-programme\"",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the created patient Consent with detailed parameters.",
      "type": "Consent"
    }
  ]
}