FHIR IG analytics| Package | hl7.fhir.us.consent-management |
| Resource Type | Parameters |
| Id | Parameters-RevokeConsentExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"id": "RevokeConsentExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/consent-management/StructureDefinition/RevokeConsentParameters"
]
},
"parameter": [
{
"name": "consent",
"valueReference": {
"reference": "Consent/ConsentExample"
}
},
{
"name": "patient",
"valueReference": {
"identifier": {
"system": "http://example.org/mrn",
"value": "M1230041"
}
}
}
]
}