FHIR IG analytics| Package | hl7.fhir.us.specialty-rx.r4 |
| Resource Type | Consent |
| Id | Consent-specialty-rx-consent-requested-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Consent "specialty-rx-consent-requested-1"
Profile: Specialty Rx ConsentRequested
identifier: id: standard-consent-form-for-product-a
status: proposed
scope: Privacy Consent (Consent Scope Codes#patient-privacy)
category: Consent Document (LOINC#59284-0)
patient: Patient/specialty-rx-patient-1: Timothy Doe " DOE"
dateTime: 2021-12-01 16:34:28-0500
source:
policyRule: opt-in (ActCode#OPTIN)
{
"resourceType": "Consent",
"id": "specialty-rx-consent-requested-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-consent-requested"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/ids",
"value": "standard-consent-form-for-product-a"
}
],
"status": "proposed",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Consent Document"
}
]
}
],
"patient": {
"reference": "Patient/specialty-rx-patient-1",
"display": "Timothy Doe"
},
"dateTime": "2021-12-01T16:34:28.000-05:00",
"sourceAttachment": {
"contentType": "application/pdf",
"data": "QW4gZW1wdHkgY29uc2VudCBmb3JtIGZvciB0aGUgcHJlc2NyaWJlZCBzcGVjaWFsdHkgcHJvZHVjdCwgaW4gYSBQREY="
},
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTIN",
"display": "opt-in"
}
]
}
}