FHIR IG analytics| Package | johnmoehrke.xacml-consent.example |
| Resource Type | Consent |
| Id | Consent-ExampleFHIRConsentXACMLcopy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ExampleFHIRConsentXACMLcopy
Profile: FHIR Consent with XACML Policies
identifier: oasis:names:tc:xacml:1.0:Policy/@PolicyId/consent-policy-set-12345
status: Active
scope: Privacy Consent
category: Consent Document with XACML Policies
patient: John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)
| Uri |
| http://example.org/policies/xacml-overriding.xml |
{
"resourceType": "Consent",
"id": "ExampleFHIRConsentXACMLcopy",
"meta": {
"profile": [
"http://johnmoehrke.github.io/xacml-consent/StructureDefinition/fhir-consent-xacml"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"code": "oasis:names:tc:xacml:1.0:Policy/@PolicyId"
}
]
},
"value": "consent-policy-set-12345"
}
],
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Consent Document"
}
],
"text": "Consent Document with XACML Policies"
}
],
"patient": {
"reference": "Patient/ex-patient"
},
"sourceReference": {
"reference": "DocumentReference/xacml-patient-consent-12345"
},
"policy": [
{
"uri": "http://example.org/policies/xacml-overriding.xml"
}
]
}