FHIR IG analytics| Package | hl7.fhir.uv.fhir-clinical-document.r4 |
| Resource Type | Consent |
| Id | Consent-consent1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent consent1
Last updated: 2024-05-07 11:28:17+0000
status: Active
scope: Privacy Consent
category: Consent Document
patient: Eve Everiewoman
policyRule: opt-in
{
"resourceType": "Consent",
"id": "consent1",
"meta": {
"lastUpdated": "2024-05-07T11:28:17.000+00:00"
},
"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/patient-example",
"display": "Eve Everiewoman"
},
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTIN"
}
]
}
}