Examples
Example: Payload for POST Patient Consent
Note that a literal reference has been used as the subject in this example. But it should support for reference identifier as well
Request
POST [baseURL]/Consent
Body Link to Json format
| Consent |
| status : active |
| scope |
| coding |
| system : http://terminology.hl7.org/CodeSystem/consentscope |
| code : patient-privacy |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v3-ActCode |
| code : IDSCL |
| patient |
| reference : Patient/1360 |
| dateTime : 2016-05-11 |
| policy |
| uri : https://www.socialstyrelsen.se/globalassets/sharepoint-dokument/artikelkatalog/foreskrifter-och-allmanna-rad/2016-4-44.pdf |
| provision |
| type : deny |