FHIR Consent
The following is a description of a Consent that can be submitted to the Community of Information Exchange. For detailed information please visit the HL7 FHIR page https://build.fhir.org/consent.html
Operations
The following are operations that can be performed and links to
Submit a new FHIR Consent
Get a FHIR Consent by consent id
Sample Consent Object
{
"resourceType" : "Consent",
"id" : "consent-example-basic",
"status" : "active",
"category" : [{
"coding" : [{
"system" : "http://loinc.org",
"code" : "59284-0"
}]
}],
"subject" : {
"reference" : "Patient/example",
"display" : "Peter James Chalmers"
},
"date" : "2018-12-28",
"controller" : [{
"reference" : "Organization/f001"
}],
"sourceAttachment" : [{
"title" : "The terms of the consent in lawyer speak."
}],
"regulatoryBasis" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "INFA"
}]
}],
"provision" : {
"type" : "deny",
"provision" : [{
"type" : "permit",
"period" : {
"start" : "1964-01-01",
"end" : "2019-01-01"
}
}]
}
}
Â
Â