/
FHIR Consent
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"
}
}]
}
}
Related content
FHIR CarePlan
FHIR CarePlan
More like this
FHIR Patient
FHIR Patient
More like this
FHIR Observation
FHIR Observation
More like this
FHIR Service Request
FHIR Service Request
More like this
POST /Patient
POST /Patient
More like this
POST /Procedure
POST /Procedure
More like this