FHIR IG analytics| Package | johnmoehrke.consentwithsegmentation |
| Resource Type | Consent |
| Id | Consent-ex-consent-treat.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ex-consent-treat
Profile: Consent to allow use for treatment
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
| Role | Details |
| Patient | John Schmidt Other, DoB: 1923-07-25 |
| Grantor | John Schmidt Other, DoB: 1923-07-25 |
| Grantee | Organization somewhere org |
| Rule | What |
|---|---|
![]() | |
![]() ![]() |
|
{
"resourceType": "Consent",
"id": "ex-consent-treat",
"meta": {
"profile": [
"http://johnmoehrke.github.io/ConsentWithSegmentation/StructureDefinition/johnmoehrke.consentwithsegmentation.consenttreat"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Consent"
}
]
}
],
"subject": {
"reference": "Patient/ex-patient"
},
"date": "2022-06-13",
"grantor": [
{
"reference": "Patient/ex-patient"
}
],
"grantee": [
{
"reference": "Organization/ex-organization"
}
],
"sourceReference": [
{
"reference": "DocumentReference/ex-documentreference"
}
],
"policyBasis": {
"url": "http://example.org/policies/basePrivacyConsentPolicy.xacml"
},
"decision": "permit",
"provision": [
{
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "TREAT"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HPAYMT"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HOPERAT"
}
]
}
]
}