FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Consent |
| Id | Consent-provider-treatment-attestation-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent provider-treatment-attestation-1
status: Active
scope: Treatment
category: Information Disclosure, Release of information consent
patient: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)
dateTime: 2024-11-14 10:30:00+0000
performer: Dr. Susan Smith
organization: Provider 1
source: Provider Attestation Form
| Authority | Uri |
| https://example.org/health-authority | https://example.org/provider-attestation-policy |
| Verified | VerifiedWith | VerificationDate |
| true | Patricia Ann Person | 2024-11-14 10:30:00+0000 |
provision
type: Opt In
period: 2024-01-15 --> (ongoing)
actor
role: information recipient
reference: Dr. Susan Smith
actor
role: healthcare provider
reference: Provider 1
purpose: ActReason: TREAT (treatment), ActReason: HPAYMT (healthcare payment), ActReason: HOPERAT (healthcare operations)
{
"resourceType": "Consent",
"id": "provider-treatment-attestation-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-treatment-relationship-consent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "treatment"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IDSCL",
"display": "Information Disclosure"
}
]
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "64292-6",
"display": "Release of information consent"
}
]
}
],
"patient": {
"reference": "Patient/1"
},
"dateTime": "2024-11-14T10:30:00Z",
"performer": [
{
"reference": "Practitioner/4",
"display": "Dr. Susan Smith"
}
],
"organization": [
{
"reference": "Organization/ProviderOrg1",
"display": "Provider 1"
}
],
"sourceReference": {
"reference": "DocumentReference/provider-attestation-doc-1",
"display": "Provider Attestation Form"
},
"policy": [
{
"authority": "https://example.org/health-authority",
"uri": "https://example.org/provider-attestation-policy"
}
],
"verification": [
{
"verified": true,
"verifiedWith": {
"reference": "Patient/1",
"display": "Patricia Ann Person"
},
"verificationDate": "2024-11-14T10:30:00Z"
}
],
"provision": {
"type": "permit",
"period": {
"start": "2024-01-15"
},
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP",
"display": "information recipient"
}
]
},
"reference": {
"reference": "Practitioner/4",
"display": "Dr. Susan Smith"
}
},
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code": "PROV",
"display": "healthcare provider"
}
]
},
"reference": {
"reference": "Organization/ProviderOrg1",
"display": "Provider 1"
}
}
],
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "TREAT",
"display": "treatment"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HPAYMT",
"display": "healthcare payment"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HOPERAT",
"display": "healthcare operations"
}
]
}
}