{
"description": "This operation is used to record a disclosure based on a given consent for a given patient with a consent administration service. The parameters are a Consent AuditEvent and a reference to the corresponding Consent resource.",
"_filename": "OperationDefinition-record-disclosure.json",
"package_name": "hl7.fhir.us.consent-management",
"date": "2025-12-15T21:10:40+00:00",
"system": false,
"publisher": "HL7 International / Community Based Collaborative Care",
"instance": false,
"jurisdiction": [ {
"coding": [ {
"code": "US",
"system": "urn:iso:std:iso:3166",
"display": "United States of America"
} ]
} ],
"name": "RecordDisclosure",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": "RecordDisclosure",
"package_version": "1.0.0-ballot",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cbcc"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
} ]
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
} ]
}
} ],
"status": "active",
"id": "e796418e-60c0-4047-8ace-2f78f32cd41b",
"resource": [ "AuditEvent" ],
"kind": "operation",
"url": "http://hl7.org/fhir/us/consent-management/OperationDefinition/record-disclosure",
"code": "recordDisclosure",
"version": "1.0.0-ballot",
"contact": [ {
"name": "HL7 International / Community Based Collaborative Care",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/homehealth",
"system": "url"
} ]
} ],
"inputProfile": "http://hl7.org/fhir/us/consent-management/StructureDefinition/RecordDisclosureParameters",
"parameter": [ {
"max": "1",
"min": 1,
"use": "in",
"name": "disclosure",
"type": "AuditEvent",
"documentation": "An AuditEvent detailing the disclosure (see Input Parameters Profile for conformance)"
}, {
"max": "1",
"min": 1,
"use": "in",
"name": "consent",
"type": "Reference",
"documentation": "A reference to the Consent instance (see Input Parameters Profile for conformance)",
"targetProfile": [ "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent" ]
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "return",
"type": "OperationOutcome",
"documentation": "Optional outcome of the operation call"
} ]
}