FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeParameters
IdParameters-RecordDisclosureExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "RecordDisclosureExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/consent-management/StructureDefinition/RecordDisclosureParameters"
    ]
  },
  "parameter": [
    {
      "name": "disclosure",
      "resource": {
        "resourceType": "AuditEvent",
        "id": "ConsentAuditEventExample",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsentAuditEvent"
          ]
        },
        "type": {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "110113"
        },
        "subtype": [
          {
            "system": "https://profiles.ihe.net/ITI/BALP/CodeSystem/AuthZsubType",
            "code": "AuthZ-Consent"
          }
        ],
        "action": "E",
        "recorded": "2025-11-01T11:30:59.220-07:00",
        "outcome": "0",
        "outcomeDesc": "Returned patient health information",
        "purposeOfEvent": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                "code": "CAREMGT"
              }
            ]
          }
        ],
        "agent": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://dicom.nema.org/resources/ontology/DCM",
                  "code": "110150"
                }
              ]
            },
            "who": {
              "identifier": {
                "system": "http://hl7.org/fhir/sid/us-npi",
                "value": "1234567893"
              }
            },
            "requestor": false,
            "network": {
              "address": "192.168.0.1"
            }
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "IRCP"
                }
              ]
            },
            "who": {
              "identifier": {
                "system": "http://hl7.org/fhir/sid/us-npi",
                "value": "345678931"
              }
            },
            "requestor": true
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
                  "code": "PROV"
                }
              ]
            },
            "who": {
              "identifier": {
                "system": "http://hl7.org/fhir/sid/us-npi",
                "value": "101010101"
              }
            },
            "requestor": false
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
                  "code": "authserver"
                }
              ]
            },
            "who": {
              "identifier": {
                "system": "http://hl7.org/fhir/sid/us-npi",
                "value": "234567890"
              }
            },
            "requestor": false
          }
        ],
        "source": {
          "observer": {
            "identifier": {
              "system": "http://hl7.org/fhir/sid/us-npi",
              "value": "234567890"
            }
          }
        },
        "entity": [
          {
            "what": {
              "identifier": {
                "system": "http://example.org/mrn",
                "value": "M1230041"
              }
            },
            "type": {
              "system": "http://terminology.hl7.org/CodeSystem/audit-entity-type",
              "code": "1"
            },
            "role": {
              "system": "http://terminology.hl7.org/CodeSystem/object-role",
              "code": "1"
            }
          },
          {
            "what": {
              "reference": "Consent/ConsentExample"
            },
            "type": {
              "system": "http://hl7.org/fhir/resource-types",
              "code": "Consent"
            }
          }
        ]
      }
    },
    {
      "name": "consent",
      "valueReference": {
        "reference": "Consent/ConsentExample"
      }
    }
  ]
}