FHIR IG analytics| Package | hl7.fhir.us.consent-management |
| Resource Type | Consent |
| Id | Consent-ConsentExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ConsentExample
Profile: FASTConsent
Extension Definition for Consent.grantee for Version 5.0: Identifier: United States National Provider Identifier/1234567893
identifier: http://example.org/consent/33445522
status: Active
scope: Privacy Consent
category: information access
patient: Identifier: http://example.org/mrn/M1230041
dateTime: 2024-01-01
performer: Identifier: http://example.org/mrn/M1230041
policyRule: HIPAA Authorization
provision
type: Opt In
period: 2024-01-01 --> (ongoing)
Actors
Role Reference information recipient Identifier: United States National Provider Identifier/1234567893
{
"resourceType": "Consent",
"id": "ConsentExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantee",
"valueReference": {
"identifier": {
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
}
}
],
"identifier": [
{
"system": "http://example.org/consent",
"value": "33445522"
}
],
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "INFA"
}
]
}
],
"patient": {
"identifier": {
"system": "http://example.org/mrn",
"value": "M1230041"
}
},
"dateTime": "2024-01-01",
"performer": [
{
"identifier": {
"system": "http://example.org/mrn",
"value": "M1230041"
}
}
],
"sourceReference": {
"reference": "QuestionnaireResponse/QuestionnaireResponseExample"
},
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
"code": "hipaa-auth"
}
]
},
"provision": {
"type": "permit",
"period": {
"start": "2024-01-01"
},
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP"
}
]
},
"reference": {
"identifier": {
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
}
}
]
}
}