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

FHIR IG Statistics: StructureDefinition/CONTRIBUTION

Packageopenehr.base
TypeStructureDefinition
IdCONTRIBUTION
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-CONTRIBUTION.html
URLhttp://openehr.org/fhir/StructureDefinition/CONTRIBUTION
Version0.1.0
Statusactive
Date2024-12-31T18:45:58+10:00
NameCONTRIBUTION
TitleCONTRIBUTION
Realmuv
Authorityhl7
DescriptionDocuments a Contribution (change set) of one or more versions added to a change-controlled repository.
Typehttp://openehr.org/fhir/StructureDefinition/CONTRIBUTION
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
AUDIT-DETAILSAUDIT_DETAILS
HIER-OBJECT-IDHIER_OBJECT_ID
OBJECT-REFOBJECT_REF

Narrative

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

Generated Narrative: StructureDefinition CONTRIBUTION

NameFlagsCard.TypeDescription & Constraintsdoco
.. CONTRIBUTION 0..*BaseDocuments a Contribution of one or more versions added to a change-controlled repository
... uid 1..1HIER_OBJECT_IDUnique identifier for this Contribution
... versions 1..*OBJECT_REFSet of references to Versions causing changes to this EHR
... audit 1..1AUDIT_DETAILSAudit trail corresponding to the committal of this Contribution

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "CONTRIBUTION",
  "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#_contribution_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/CONTRIBUTION",
  "version": "0.1.0",
  "name": "CONTRIBUTION",
  "title": "CONTRIBUTION",
  "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": "Documents a Contribution (change set) of one or more versions added to a change-controlled 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/CONTRIBUTION",
  "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": "CONTRIBUTION",
        "path": "CONTRIBUTION",
        "short": "Documents a Contribution 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.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "CONTRIBUTION.uid",
        "path": "CONTRIBUTION.uid",
        "short": "Unique identifier for this Contribution",
        "definition": "Unique identifier for this Contribution.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CONTRIBUTION.uid",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/HIER-OBJECT-ID"
          }
        ],
        "isModifier": false
      },
      {
        "id": "CONTRIBUTION.versions",
        "path": "CONTRIBUTION.versions",
        "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.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "CONTRIBUTION.versions",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
          }
        ],
        "isModifier": false
      },
      {
        "id": "CONTRIBUTION.audit",
        "path": "CONTRIBUTION.audit",
        "short": "Audit trail corresponding to the committal of this Contribution",
        "definition": "Audit trail corresponding to the committal of this Contribution.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CONTRIBUTION.audit",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CONTRIBUTION",
        "path": "CONTRIBUTION",
        "short": "Documents a Contribution 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.",
        "min": 0,
        "max": "*",
        "isModifier": false
      },
      {
        "id": "CONTRIBUTION.uid",
        "path": "CONTRIBUTION.uid",
        "short": "Unique identifier for this Contribution",
        "definition": "Unique identifier for this Contribution.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/HIER-OBJECT-ID"
          }
        ],
        "isModifier": false
      },
      {
        "id": "CONTRIBUTION.versions",
        "path": "CONTRIBUTION.versions",
        "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.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
          }
        ],
        "isModifier": false
      },
      {
        "id": "CONTRIBUTION.audit",
        "path": "CONTRIBUTION.audit",
        "short": "Audit trail corresponding to the committal of this Contribution",
        "definition": "Audit trail corresponding to the committal of this Contribution.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/AUDIT-DETAILS"
          }
        ],
        "isModifier": false
      }
    ]
  }
}