FHIR IG analytics| Package | hl7.fhir.uv.dap |
| Resource Type | Consent |
| Id | Consent-ex-consent-patientDirectory.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ex-consent-patientDirectory
Language: en
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Active
category: Consent Document
subject: John Schmidt Other, DoB: 1923-07-25
date: 2022-06-13
grantor: John Schmidt Other, DoB: 1923-07-25
decision: Permit
provisionReference: Permission: status = active; date = 2023-11-22; combining = deny-unless-permit
{
"resourceType": "Consent",
"id": "ex-consent-patientDirectory",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Consent Document"
}
]
}
],
"subject": {
"reference": "Patient/ex-patient"
},
"date": "2022-06-13",
"grantor": [
{
"reference": "Patient/ex-patient"
}
],
"decision": "permit",
"provisionReference": [
{
"reference": "Permission/ex-permission-patient-directory-all"
}
]
}