FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/record-disclosure

Packagehl7.fhir.us.consent-management
Resource TypeOperationDefinition
Idrecord-disclosure
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/consent-management/https://build.fhir.org/ig/HL7/fhir-consent-management/OperationDefinition-record-disclosure.html
URLhttp://hl7.org/fhir/us/consent-management/OperationDefinition/record-disclosure
Version0.1.0
Statusactive
Date2025-07-09T21:09:16+00:00
NameRecordDisclosure
TitleRecordDisclosure
Realmus
Authorityhl7
DescriptionThis 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 Audit Event.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition record-disclosure

URL: [base]/AuditEvent/$recordDisclosure

Input parameters Profile:Record Disclosure Operation Parameters

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INdisclosure1..1AuditEvent (FASTConsentAuditEvent)

An Audit Event detailing the disclosure.

INconsent1..1Reference (FASTConsent)

An Audit Event detailing the disclosure.

OUTreturn0..1OperationOutcome

Optional outcome of the operation call


Source

{
  "resourceType": "OperationDefinition",
  "id": "record-disclosure",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/consent-management/OperationDefinition/record-disclosure",
  "version": "0.1.0",
  "name": "RecordDisclosure",
  "title": "RecordDisclosure",
  "status": "active",
  "kind": "operation",
  "date": "2025-07-09T21:09:16+00:00",
  "publisher": "HL7 International / Community Based Collaborative Care",
  "contact": [
    {
      "name": "HL7 International / Community Based Collaborative Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cbcc"
        }
      ]
    }
  ],
  "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 Audit Event.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "recordDisclosure",
  "resource": [
    "AuditEvent"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "http://hl7.org/fhir/us/consent-management/StructureDefinition/RecordDisclosuretParameters",
  "parameter": [
    {
      "name": "disclosure",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "An Audit Event detailing the disclosure.",
      "type": "AuditEvent",
      "targetProfile": [
        "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsentAuditEvent"
      ]
    },
    {
      "name": "consent",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "An Audit Event detailing the disclosure.",
      "type": "Reference",
      "targetProfile": [
        "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"
      ]
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Optional outcome of the operation call",
      "type": "OperationOutcome"
    }
  ]
}