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

FHIR IG Statistics: StructureDefinition/AUDIT-DETAILS

Packageopenehr.base
TypeStructureDefinition
IdAUDIT-DETAILS
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-AUDIT-DETAILS.html
URLhttp://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS
Version0.1.0
Statusactive
Date2024-12-31T18:45:58+10:00
NameAUDIT_DETAILS
TitleAUDIT_DETAILS
Realmuv
Authorityhl7
DescriptionThe set of attributes required to document the committal of an information item to a repository.
Typehttp://openehr.org/fhir/StructureDefinition/AUDIT_DETAILS
Kindlogical

Resources that use this resource

StructureDefinition
ATTESTATIONATTESTATION
CONTRIBUTIONCONTRIBUTION
REVISION-HISTORY-ITEMREVISION_HISTORY_ITEM
VERSIONVERSION

Resources that this resource uses

StructureDefinition
DV-CODED-TEXTDV_CODED_TEXT
DV-DATE-TIMEDV_DATE_TIME
DV-TEXTDV_TEXT
PARTY-PROXYPARTY_PROXY
ValueSet
valueset-audit_change_typeAudit Change Type

Narrative

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

Generated Narrative: StructureDefinition AUDIT-DETAILS

NameFlagsCard.TypeDescription & Constraintsdoco
.. AUDIT_DETAILS 0..*BaseThe set of attributes required to document the committal of an information item to a repository
... system_id 1..1stringIdentifier of the logical EHR system where the change was committed
... time_committed 1..1DV_DATE_TIMETime of committal of the item
... change_type 1..1DV_CODED_TEXTType of change
Binding: Audit Change Type (required)
... description 0..1DV_TEXTReason for committal. This may be used to qualify the value in the change_type field
... committer 1..1PARTY_PROXYIdentity and optional reference into identity management service, of user who committed the item

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "AUDIT-DETAILS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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/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"
          }
        ]
      }
    }
  ],
  "url": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS",
  "version": "0.1.0",
  "name": "AUDIT_DETAILS",
  "title": "AUDIT_DETAILS",
  "status": "active",
  "experimental": false,
  "date": "2024-12-31T18:45:58+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "The set of attributes required to document the committal of an information item to a repository.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/AUDIT_DETAILS",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "AUDIT_DETAILS",
        "path": "AUDIT_DETAILS",
        "short": "The set of attributes required to document the committal of an information item to a repository",
        "definition": "The set of attributes required to document the committal of an information item to a repository.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "AUDIT_DETAILS.system-id",
        "path": "AUDIT_DETAILS.system_id",
        "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.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AUDIT_DETAILS.system_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUDIT_DETAILS.time-committed",
        "path": "AUDIT_DETAILS.time_committed",
        "short": "Time of committal of the item",
        "definition": "Time of committal of the item.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AUDIT_DETAILS.time_committed",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-DATE-TIME"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUDIT_DETAILS.change-type",
        "path": "AUDIT_DETAILS.change_type",
        "short": "Type of change",
        "definition": "Type of change. Coded using the openEHR Terminology audit change type group.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AUDIT_DETAILS.change_type",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-CODED-TEXT"
          }
        ],
        "isModifier": false,
        "binding": {
          "strength": "required",
          "valueSet": "https://specifications.openehr.org/fhir/valueset-audit_change_type"
        }
      },
      {
        "id": "AUDIT_DETAILS.description",
        "path": "AUDIT_DETAILS.description",
        "short": "Reason for committal. This may be used to qualify the value in the change_type field",
        "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.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "AUDIT_DETAILS.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUDIT_DETAILS.committer",
        "path": "AUDIT_DETAILS.committer",
        "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.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AUDIT_DETAILS.committer",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/PARTY-PROXY"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "AUDIT_DETAILS",
        "path": "AUDIT_DETAILS",
        "short": "The set of attributes required to document the committal of an information item to a repository",
        "definition": "The set of attributes required to document the committal of an information item to a repository.",
        "min": 0,
        "max": "*",
        "isModifier": false
      },
      {
        "id": "AUDIT_DETAILS.system-id",
        "path": "AUDIT_DETAILS.system_id",
        "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.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUDIT_DETAILS.time-committed",
        "path": "AUDIT_DETAILS.time_committed",
        "short": "Time of committal of the item",
        "definition": "Time of committal of the item.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-DATE-TIME"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUDIT_DETAILS.change-type",
        "path": "AUDIT_DETAILS.change_type",
        "short": "Type of change",
        "definition": "Type of change. Coded using the openEHR Terminology audit change type group.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-CODED-TEXT"
          }
        ],
        "isModifier": false,
        "binding": {
          "strength": "required",
          "valueSet": "https://specifications.openehr.org/fhir/valueset-audit_change_type"
        }
      },
      {
        "id": "AUDIT_DETAILS.description",
        "path": "AUDIT_DETAILS.description",
        "short": "Reason for committal. This may be used to qualify the value in the change_type field",
        "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.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
          }
        ],
        "isModifier": false
      },
      {
        "id": "AUDIT_DETAILS.committer",
        "path": "AUDIT_DETAILS.committer",
        "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.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/PARTY-PROXY"
          }
        ],
        "isModifier": false
      }
    ]
  }
}