FHIR IG analytics| Package | johnmoehrke.relatedpersonconsent.example |
| Resource Type | Consent |
| Id | Consent-ex-consent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ex-consent
Profile: Consent profile for a RelatedPerson relationship
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
| Role | Details |
| Patient | John Schmidt Other, DoB: 1923-07-25 |
| Party | John Schmidt Other, DoB: 1923-07-25 |
| Manager | Organization somewhere org |
This consent is made under the policy http://example.org/policies/representative.xacml .
| Rule | Who | What |
|---|---|---|
![]() | ||
![]() ![]() |
| |
{
"resourceType": "Consent",
"id": "ex-consent",
"meta": {
"profile": [
"http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/RelatedPersonConsent"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://johnmoehrke.github.io/RelatedPersonConsent/CodeSystem/AuthorizedCodes",
"code": "RelatedPersonAuthorizing"
}
]
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "64292-6",
"display": "Release of information consent"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IDSCL"
}
]
}
],
"patient": {
"reference": "Patient/ex-patient"
},
"dateTime": "2022-06-13",
"performer": [
{
"reference": "Patient/ex-patient"
}
],
"organization": [
{
"reference": "Organization/ex-organization"
}
],
"sourceReference": {
"reference": "DocumentReference/ex-documentreference"
},
"policy": [
{
"uri": "http://example.org/policies/representative.xacml"
}
],
"provision": {
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "DELEGATEE"
}
]
},
"reference": {
"reference": "RelatedPerson/ex-father"
}
}
],
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "FAMRQT"
}
]
}
}