FHIR IG analytics| Package | ihe.iti.pcf |
| Resource Type | Consent |
| Id | Consent-ex-consent-basic-research.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-basic-research
Profile: IHE PCF Explicit Basic Consent
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Active
scope: Privacy Consent
category: Consent
patient: Jack Smith Male, DoB: 1923-07-25
dateTime: 2023-06-24
performer: Jack Smith Male, DoB: 1923-07-25
organization: Organization somewhere org
| Uri |
| http://example.org/policies/researchPrivacyConsentPolicy.txt |
| Type | Purpose |
| Opt In | ActReason HRESCH: healthcare research |
{
"resourceType": "Consent",
"id": "ex-consent-basic-research",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/PCF/StructureDefinition/IHE.PCF.consentBasic"
],
"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://loinc.org",
"code": "59284-0",
"display": "Consent"
}
]
}
],
"patient": {
"reference": "Patient/ex-patient"
},
"dateTime": "2023-06-24",
"performer": [
{
"reference": "Patient/ex-patient"
}
],
"organization": [
{
"reference": "Organization/ex-organization"
}
],
"sourceReference": {
"reference": "DocumentReference/ex-documentreference"
},
"policy": [
{
"uri": "http://example.org/policies/researchPrivacyConsentPolicy.txt"
}
],
"provision": {
"type": "permit",
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HRESCH"
}
]
}
}