FHIR IG analytics| Package | egde.health.gateway |
| Resource Type | Consent |
| Id | Consent-EHGConsentMotivertHymnePrivacy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Authorize Normal access for Treatment
Patient "Jannice Soreng" wishes to have all of the image and metadata collected by Flåttsenteret available for normal treatment use.
{
"resourceType": "Consent",
"id": "EHGConsentMotivertHymnePrivacy",
"meta": {
"profile": [
"http://www.egde.no/StructureDefinition/ehg-no-Consent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://hl7.org/fhir/ValueSet/consent-scope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0"
}
]
}
],
"patient": {
"reference": "Patient/MotivertHymne"
},
"dateTime": "2022-04-22",
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OPTIN"
}
]
}
}