FHIR IG analytics| Package | smart.who.int.ph4h |
| Resource Type | Consent |
| Id | Consent-c7781f44-6df8-4a8b-9e06-0b34263a47c6.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent c7781f44-6df8-4a8b-9e06-0b34263a47c6
Profile: SMART Consent
| Role | Details |
| Patient | patient1 |
| Party | Org1 |
| Manager | Org1 |
This consent is made under the regulation some policy .
| Rule | Time Period | What |
|---|---|---|
![]() | ||
![]() ![]() |
|
|
{
"resourceType": "Consent",
"id": "c7781f44-6df8-4a8b-9e06-0b34263a47c6",
"meta": {
"profile": [
"http://smart.who.int/ph4h/StructureDefinition/SmartConsent"
]
},
"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://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code": "acd"
}
]
}
],
"patient": {
"display": "patient1"
},
"dateTime": "2016-05-11",
"performer": [
{
"display": "Org1"
}
],
"organization": [
{
"display": "Org1"
}
],
"sourceReference": {
"reference": "DocumentReference/ex-documentreference1"
},
"policyRule": {
"text": "some policy"
},
"provision": {
"type": "permit",
"period": {
"start": "1964-01-01",
"end": "2016-01-01"
},
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "COC"
}
]
}
}