FHIR IG analytics
| Package | openehr.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-REVISION-HISTORY-ITEM.json |
| FHIR Version | R5 |
| Source | http://fhir.org/guides/openehr/base/0.1.0-snapshot/StructureDefinition-REVISION-HISTORY-ITEM.html |
| URL | http://openehr.org/fhir/StructureDefinition/REVISION-HISTORY-ITEM |
| Version | 0.1.0-snapshot |
| Status | active |
| Date | 2025-09-06T15:35:39+10:00 |
| Name | REVISION_HISTORY_ITEM |
| Title | REVISION_HISTORY_ITEM |
| Realm | uv |
| Authority | hl7 |
| Description | An entry in a revision history, corresponding to a version from a versioned container. Consists of `AUDIT_DETAILS` instances with revision identifier of the revision to which the `AUDIT_DETAILS` instance belongs. |
| Type | http://openehr.org/fhir/StructureDefinition/REVISION_HISTORY_ITEM |
| Kind | logical |
Resources that use this resource
Resources that this resource uses
| StructureDefinition |
| openehr.base#0.1.0-snapshot | AUDIT-DETAILS | AUDIT_DETAILS |
| openehr.base#0.1.0-snapshot | Any | Any |
| openehr.base#0.1.0-snapshot | OBJECT-VERSION-ID | OBJECT_VERSION_ID |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "StructureDefinition",
"id": "REVISION-HISTORY-ITEM",
"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#_revision_history_item_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"
}
]
}
}
],
"url": "http://openehr.org/fhir/StructureDefinition/REVISION-HISTORY-ITEM",
"version": "0.1.0-snapshot",
"name": "REVISION_HISTORY_ITEM",
"title": "REVISION_HISTORY_ITEM",
"status": "active",
"experimental": false,
"date": "2025-09-06T15:35:39+10:00",
"publisher": "openEHR + HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.openehr.org"
}
]
}
],
"description": "An entry in a revision history, corresponding to a version from a versioned container. Consists of `AUDIT_DETAILS` instances with revision identifier of the revision to which the `AUDIT_DETAILS` instance belongs. ",
"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/REVISION_HISTORY_ITEM",
"baseDefinition": "http://openehr.org/fhir/StructureDefinition/Any",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.1.0-snapshot"
}
],
"element": [
{
"id": "REVISION_HISTORY_ITEM",
"path": "REVISION_HISTORY_ITEM",
"short": "An entry in a revision history, corresponding to a version from a versioned container.",
"definition": "An entry in a revision history, corresponding to a version from a versioned container. Consists of `AUDIT_DETAILS` instances with revision identifier of the revision to which the `AUDIT_DETAILS` instance belongs. ",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"constraint": [
{
"key": "Audit_valid",
"severity": "error",
"human": "Audit valid must not be empty",
"expression": "audits.empty().not()"
}
],
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "REVISION_HISTORY_ITEM.version-id",
"path": "REVISION_HISTORY_ITEM.version_id",
"short": "Version identifier for this revision.",
"definition": "Version identifier for this revision.",
"min": 1,
"max": "1",
"base": {
"path": "REVISION_HISTORY_ITEM.version_id",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/OBJECT-VERSION-ID"
}
],
"isModifier": false
},
{
"id": "REVISION_HISTORY_ITEM.audits",
"path": "REVISION_HISTORY_ITEM.audits",
"short": "The audits for this revision; there will always be at least one commit audit (which may itself be an `ATTESTATION`), there may also be further attestations.",
"definition": "The audits for this revision; there will always be at least one commit audit (which may itself be an `ATTESTATION`), there may also be further attestations.",
"min": 1,
"max": "*",
"base": {
"path": "REVISION_HISTORY_ITEM.audits",
"min": 1,
"max": "*"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS"
}
],
"isModifier": false
}
]
},
"differential": {
"element": [
{
"id": "REVISION_HISTORY_ITEM",
"path": "REVISION_HISTORY_ITEM",
"short": "An entry in a revision history, corresponding to a version from a versioned container.",
"definition": "An entry in a revision history, corresponding to a version from a versioned container. Consists of `AUDIT_DETAILS` instances with revision identifier of the revision to which the `AUDIT_DETAILS` instance belongs. ",
"min": 0,
"max": "*",
"constraint": [
{
"key": "Audit_valid",
"severity": "error",
"human": "Audit valid must not be empty",
"expression": "audits.empty().not()"
}
],
"isModifier": false
},
{
"id": "REVISION_HISTORY_ITEM.version-id",
"path": "REVISION_HISTORY_ITEM.version_id",
"short": "Version identifier for this revision.",
"definition": "Version identifier for this revision. ",
"min": 1,
"max": "1",
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/OBJECT-VERSION-ID"
}
],
"isModifier": false
},
{
"id": "REVISION_HISTORY_ITEM.audits",
"path": "REVISION_HISTORY_ITEM.audits",
"short": "The audits for this revision; there will always be at least one commit audit (which may itself be an `ATTESTATION`), there may also be further attestations.",
"definition": "The audits for this revision; there will always be at least one commit audit (which may itself be an `ATTESTATION`), there may also be further attestations. ",
"min": 1,
"max": "*",
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS"
}
],
"isModifier": false
}
]
}
}