PackagesCanonicalsLogsProblems
    Packages
    openehr.base@0.1.0-snapshot
    http://openehr.org/fhir/StructureDefinition/CONTRIBUTION
{
  "description": "Documents a Contribution (change set) of one or more versions added to a change-controlled repository. ",
  "_filename": "StructureDefinition-CONTRIBUTION.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": "CONTRIBUTION",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/CONTRIBUTION",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "CONTRIBUTION",
  "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#_contribution_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": [ {
      "path": "CONTRIBUTION",
      "min": 0,
      "definition": "Documents a Contribution (change set) of one or more versions added to a change-controlled repository. ",
      "isModifier": false,
      "short": "Documents a Contribution (change set) of one or more versions added to a change-controlled repository.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "CONTRIBUTION",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "path": "CONTRIBUTION.uid",
      "min": 1,
      "definition": "Unique identifier for this Contribution.",
      "isModifier": false,
      "short": "Unique identifier for this Contribution.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/HIER-OBJECT-ID"
      } ],
      "max": "1",
      "id": "CONTRIBUTION.uid",
      "base": {
        "max": "1",
        "min": 1,
        "path": "CONTRIBUTION.uid"
      }
    }, {
      "path": "CONTRIBUTION.versions",
      "min": 1,
      "definition": "Set of references to Versions causing changes to this EHR. Each contribution contains a list of versions, which may include paths pointing to any number of versionable items, i.e. items of types such as `COMPOSITION` and `FOLDER`.",
      "isModifier": false,
      "short": "Set of references to Versions causing changes to this EHR.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
      } ],
      "max": "*",
      "id": "CONTRIBUTION.versions",
      "base": {
        "max": "*",
        "min": 1,
        "path": "CONTRIBUTION.versions"
      }
    }, {
      "path": "CONTRIBUTION.audit",
      "min": 1,
      "definition": "Audit trail corresponding to the committal of this Contribution.",
      "isModifier": false,
      "short": "Audit trail corresponding to the committal of this Contribution.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS"
      } ],
      "max": "1",
      "id": "CONTRIBUTION.audit",
      "base": {
        "max": "1",
        "min": 1,
        "path": "CONTRIBUTION.audit"
      }
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "0.1.0-snapshot"
    } ]
  },
  "status": "active",
  "id": "7a16ebb8-c609-48cb-afcd-342fd5484a41",
  "kind": "logical",
  "url": "http://openehr.org/fhir/StructureDefinition/CONTRIBUTION",
  "version": "0.1.0-snapshot",
  "differential": {
    "element": [ {
      "id": "CONTRIBUTION",
      "max": "*",
      "min": 0,
      "path": "CONTRIBUTION",
      "short": "Documents a Contribution (change set) of one or more versions added to a change-controlled repository.",
      "definition": "Documents a Contribution (change set) of one or more versions added to a change-controlled repository. ",
      "isModifier": false
    }, {
      "id": "CONTRIBUTION.uid",
      "max": "1",
      "min": 1,
      "path": "CONTRIBUTION.uid",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/HIER-OBJECT-ID"
      } ],
      "short": "Unique identifier for this Contribution.",
      "definition": "Unique identifier for this Contribution. ",
      "isModifier": false
    }, {
      "id": "CONTRIBUTION.versions",
      "max": "*",
      "min": 1,
      "path": "CONTRIBUTION.versions",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
      } ],
      "short": "Set of references to Versions causing changes to this EHR.",
      "definition": "Set of references to Versions causing changes to this EHR. Each contribution contains a list of versions, which may include paths pointing to any number of versionable items, i.e. items of types such as `COMPOSITION` and `FOLDER`. ",
      "isModifier": false
    }, {
      "id": "CONTRIBUTION.audit",
      "max": "1",
      "min": 1,
      "path": "CONTRIBUTION.audit",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS"
      } ],
      "short": "Audit trail corresponding to the committal of this Contribution.",
      "definition": "Audit trail corresponding to the committal of this Contribution. ",
      "isModifier": false
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.openehr.org",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/Any"
}