PackagesCanonicalsLogsProblems
    Packages
    openehr.base@0.1.0-snapshot
    http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS
{
  "description": "The set of attributes required to document the committal of an information item to a repository. ",
  "_filename": "StructureDefinition-AUDIT-DETAILS.json",
  "package_name": "openehr.base",
  "date": "2025-09-06T15:35:39+10:00",
  "derivation": "specialization",
  "publisher": "openEHR + HL7",
  "fhirVersion": "5.0.0",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "AUDIT_DETAILS",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/AUDIT_DETAILS",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "AUDIT_DETAILS",
  "package_version": "0.1.0-snapshot",
  "extension": [ {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
    "valueUrl": "https://specifications.openehr.org/releases/RM/development/common.html#_audit_details_class"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  }, {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
    "valueCode": "element-view-replace-cardinality"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3,
    "_valueInteger": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
      } ]
    }
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "informative",
    "_valueCode": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
      } ]
    }
  } ],
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "System_id_valid",
        "human": "System id valid must not be empty",
        "severity": "error",
        "expression": "system_id.empty().not()"
      }, {
        "key": "Change_type_valid",
        "human": "Change type valid",
        "severity": "error",
        "expression": "null # TODO: manual translation needed"
      } ],
      "path": "AUDIT_DETAILS",
      "min": 0,
      "definition": "The set of attributes required to document the committal of an information item to a repository. ",
      "isModifier": false,
      "short": "The set of attributes required to document the committal of an information item to a repository.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "AUDIT_DETAILS",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "path": "AUDIT_DETAILS.system_id",
      "min": 1,
      "definition": "Identifier of the logical EHR system where the change was committed. This is almost always owned by the organisation legally responsible for the EHR, and is distinct from any application, or any hosting infrastructure.",
      "isModifier": false,
      "short": "Identifier of the logical EHR system where the change was committed.",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "AUDIT_DETAILS.system-id",
      "base": {
        "max": "1",
        "min": 1,
        "path": "AUDIT_DETAILS.system_id"
      }
    }, {
      "path": "AUDIT_DETAILS.time_committed",
      "min": 1,
      "definition": "Time of committal of the item.",
      "isModifier": false,
      "short": "Time of committal of the item.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-DATE-TIME"
      } ],
      "max": "1",
      "id": "AUDIT_DETAILS.time-committed",
      "base": {
        "max": "1",
        "min": 1,
        "path": "AUDIT_DETAILS.time_committed"
      }
    }, {
      "path": "AUDIT_DETAILS.change_type",
      "min": 1,
      "definition": "Type of change. Coded using the openEHR Terminology  audit change type  group.",
      "isModifier": false,
      "short": "Type of change.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-CODED-TEXT"
      } ],
      "max": "1",
      "id": "AUDIT_DETAILS.change-type",
      "base": {
        "max": "1",
        "min": 1,
        "path": "AUDIT_DETAILS.change_type"
      }
    }, {
      "path": "AUDIT_DETAILS.description",
      "min": 0,
      "definition": "Reason for committal. This may be used to qualify the value in the `_change_type_` field. For example, if the change affects only the EHR directory, this field might be used to indicate 'Folder \"episode 2018-02-16\" added' or similar.",
      "isModifier": false,
      "short": "Reason for committal.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
      } ],
      "max": "1",
      "id": "AUDIT_DETAILS.description",
      "base": {
        "max": "1",
        "min": 0,
        "path": "AUDIT_DETAILS.description"
      }
    }, {
      "path": "AUDIT_DETAILS.committer",
      "min": 1,
      "definition": "Identity and optional reference into identity management service, of user who committed the item.",
      "isModifier": false,
      "short": "Identity and optional reference into identity management service, of user who committed the item.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/PARTY-PROXY"
      } ],
      "max": "1",
      "id": "AUDIT_DETAILS.committer",
      "base": {
        "max": "1",
        "min": 1,
        "path": "AUDIT_DETAILS.committer"
      }
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "0.1.0-snapshot"
    } ]
  },
  "status": "active",
  "id": "5674a444-c2d2-48d9-90dc-8c0be23abaaf",
  "kind": "logical",
  "url": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS",
  "version": "0.1.0-snapshot",
  "differential": {
    "element": [ {
      "id": "AUDIT_DETAILS",
      "max": "*",
      "min": 0,
      "path": "AUDIT_DETAILS",
      "short": "The set of attributes required to document the committal of an information item to a repository.",
      "constraint": [ {
        "key": "System_id_valid",
        "human": "System id valid must not be empty",
        "severity": "error",
        "expression": "system_id.empty().not()"
      }, {
        "key": "Change_type_valid",
        "human": "Change type valid",
        "severity": "error",
        "expression": "null # TODO: manual translation needed"
      } ],
      "definition": "The set of attributes required to document the committal of an information item to a repository. ",
      "isModifier": false
    }, {
      "id": "AUDIT_DETAILS.system-id",
      "max": "1",
      "min": 1,
      "path": "AUDIT_DETAILS.system_id",
      "type": [ {
        "code": "string"
      } ],
      "short": "Identifier of the logical EHR system where the change was committed.",
      "definition": "Identifier of the logical EHR system where the change was committed. This is almost always owned by the organisation legally responsible for the EHR, and is distinct from any application, or any hosting infrastructure.",
      "isModifier": false
    }, {
      "id": "AUDIT_DETAILS.time-committed",
      "max": "1",
      "min": 1,
      "path": "AUDIT_DETAILS.time_committed",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-DATE-TIME"
      } ],
      "short": "Time of committal of the item.",
      "definition": "Time of committal of the item. ",
      "isModifier": false
    }, {
      "id": "AUDIT_DETAILS.change-type",
      "max": "1",
      "min": 1,
      "path": "AUDIT_DETAILS.change_type",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-CODED-TEXT"
      } ],
      "short": "Type of change.",
      "definition": "Type of change. Coded using the openEHR Terminology  audit change type  group.",
      "isModifier": false
    }, {
      "id": "AUDIT_DETAILS.description",
      "max": "1",
      "min": 0,
      "path": "AUDIT_DETAILS.description",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
      } ],
      "short": "Reason for committal.",
      "definition": "Reason for committal. This may be used to qualify the value in the `_change_type_` field. For example, if the change affects only the EHR directory, this field might be used to indicate 'Folder \"episode 2018-02-16\" added' or similar.",
      "isModifier": false
    }, {
      "id": "AUDIT_DETAILS.committer",
      "max": "1",
      "min": 1,
      "path": "AUDIT_DETAILS.committer",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/PARTY-PROXY"
      } ],
      "short": "Identity and optional reference into identity management service, of user who committed the item.",
      "definition": "Identity and optional reference into identity management service, of user who committed the item. ",
      "isModifier": false
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.openehr.org",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/Any"
}