FHIR IG analytics| Package | hl7.fhir.us.ccda.r4 |
| Resource Type | Consent |
| Id | Consent-consent-example-basic.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent consent-example-basic
version: 7; Last updated: 2020-08-13 00:30:34+0000;
Information Source: #OBOGLY1IcS3QsGrB
status: Active
scope: Privacy Consent
category: Consent Document
patient: Paticia Noelle Female, DoB: 1954-10-17 ( Medical Record Number: 900 (use: usual, ))
dateTime: 2016-05-11
organization: Organization Acme Clinic
source: null @ http://example.org/not-a-real-consent-just-an-example-url.pdf
policyRule: opt-in
| Period |
| 1964-01-01 --> 2020-01-01 |
{
"resourceType": "Consent",
"id": "consent-example-basic",
"meta": {
"versionId": "7",
"lastUpdated": "2020-08-13T00:30:34.762+00:00",
"source": "#OBOGLY1IcS3QsGrB"
},
"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"
}
]
}
],
"patient": {
"reference": "Patient/example"
},
"dateTime": "2016-05-11",
"organization": [
{
"reference": "Organization/organization-2"
}
],
"sourceAttachment": {
"url": "http://example.org/not-a-real-consent-just-an-example-url.pdf",
"title": "The terms of the consent in lawyer speak."
},
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTIN"
}
]
},
"provision": {
"period": {
"start": "1964-01-01",
"end": "2020-01-01"
}
}
}