PackagesCanonicalsLogsProblems
    Packages
    openehr.base@0.1.0-snapshot
    http://openehr.org/fhir/StructureDefinition/CAPABILITY
{
  "description": "Capability of a role, such as  ehr modifier,  health care provider. Capability should be backed up by credentials.",
  "_filename": "StructureDefinition-CAPABILITY.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": "CAPABILITY",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/CAPABILITY",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "CAPABILITY",
  "package_version": "0.1.0-snapshot",
  "extension": [ {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
    "valueUrl": "https://specifications.openehr.org/releases/RM/development/demographic.html#_capability_class"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  }, {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
    "valueCanonical": "#concept"
  }, {
    "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": "Links_valid",
        "human": "Links valid must be present",
        "source": "http://openehr.org/fhir/StructureDefinition/LOCATABLE",
        "severity": "error",
        "expression": "links.exists() implies links.empty().not()"
      }, {
        "key": "Archetyped_valid",
        "human": "Archetyped valid must satisfy exclusive conditions",
        "source": "http://openehr.org/fhir/StructureDefinition/LOCATABLE",
        "severity": "error",
        "expression": "is_archetype_root() xor archetype_details .empty()"
      }, {
        "key": "Archetype_node_id_valid",
        "human": "Archetype node id valid must not be empty",
        "source": "http://openehr.org/fhir/StructureDefinition/LOCATABLE",
        "severity": "error",
        "expression": "archetype_node_id.empty().not()"
      } ],
      "path": "CAPABILITY",
      "min": 0,
      "definition": "Capability of a role, such as  ehr modifier,  health care provider. Capability should be backed up by credentials.",
      "isModifier": false,
      "short": "Capability of a role, such as  ehr modifier,  health care provider.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "CAPABILITY",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "path": "CAPABILITY.name",
      "min": 1,
      "definition": "Runtime name of this fragment, used to build runtime paths. This is the term provided via a clinical application or batch process to name this EHR construct: its retention in the EHR faithfully preserves the original label by which this entry was known to end users.",
      "isModifier": false,
      "short": "Runtime name of this fragment, used to build runtime paths.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
      } ],
      "max": "1",
      "id": "CAPABILITY.name",
      "base": {
        "max": "1",
        "min": 1,
        "path": "LOCATABLE.name"
      }
    }, {
      "path": "CAPABILITY.archetype_node_id",
      "min": 1,
      "definition": "Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths. Always in the form of an at-code, e.g.  `at0005`. This value enables a 'standardised' name for this node to be generated, by referring to the generating archetype local terminology. \n\nAt an archetype root point, the value of this attribute is always the stringified form of the `_archetype_id_` found in the `_archetype_details_` object.",
      "isModifier": false,
      "short": "Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths.",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "CAPABILITY.archetype-node-id",
      "base": {
        "max": "1",
        "min": 1,
        "path": "LOCATABLE.archetype_node_id"
      }
    }, {
      "path": "CAPABILITY.uid",
      "min": 0,
      "definition": "Optional globally unique object identifier for root points of archetyped structures.",
      "isModifier": false,
      "short": "Optional globally unique object identifier for root points of archetyped structures.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/UID-BASED-ID"
      } ],
      "max": "1",
      "id": "CAPABILITY.uid",
      "base": {
        "max": "1",
        "min": 0,
        "path": "LOCATABLE.uid"
      }
    }, {
      "path": "CAPABILITY.links",
      "min": 0,
      "definition": "Links to other archetyped structures (data whose root object inherits from `ARCHETYPED`, such as `ENTRY`, `SECTION` and so on). Links may be to structures in other compositions.",
      "isModifier": false,
      "short": "Links to other archetyped structures (data whose root object inherits from `ARCHETYPED`, such as `ENTRY`, `SECTION` and so on).",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/LINK"
      } ],
      "max": "*",
      "id": "CAPABILITY.links",
      "base": {
        "max": "*",
        "min": 0,
        "path": "LOCATABLE.links"
      }
    }, {
      "path": "CAPABILITY.archetype_details",
      "min": 0,
      "definition": "Details of archetyping used on this node.",
      "isModifier": false,
      "short": "Details of archetyping used on this node.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/ARCHETYPED"
      } ],
      "max": "1",
      "id": "CAPABILITY.archetype-details",
      "base": {
        "max": "1",
        "min": 0,
        "path": "LOCATABLE.archetype_details"
      }
    }, {
      "path": "CAPABILITY.feeder_audit",
      "min": 0,
      "definition": "Audit trail from non-openEHR system of original commit of information forming the content of this node, or from a conversion gateway which has synthesised this node.",
      "isModifier": false,
      "short": "Audit trail from non-openEHR system of original commit of information forming the content of this node, or from a conversion gateway which has synthesised this node.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/FEEDER-AUDIT"
      } ],
      "max": "1",
      "id": "CAPABILITY.feeder-audit",
      "base": {
        "max": "1",
        "min": 0,
        "path": "LOCATABLE.feeder_audit"
      }
    }, {
      "path": "CAPABILITY.credentials",
      "min": 1,
      "definition": "The qualifications of the performer of the role for this capability. This might include professional qualifications and official identifications such as provider numbers etc.",
      "isModifier": false,
      "short": "The qualifications of the performer of the role for this capability.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
      } ],
      "max": "1",
      "id": "CAPABILITY.credentials",
      "base": {
        "max": "1",
        "min": 1,
        "path": "CAPABILITY.credentials"
      }
    }, {
      "path": "CAPABILITY.time_validity",
      "min": 0,
      "definition": "Valid time interval for the credentials of this capability.",
      "isModifier": false,
      "short": "Valid time interval for the credentials of this capability.",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-INTERVAL",
        "extension": [ {
          "url": "http://hl7.org/fhir/tools/StructureDefinition/type-parameter",
          "extension": [ {
            "url": "name",
            "valueCode": "T"
          }, {
            "url": "type",
            "valueUri": "http://openehr.org/fhir/StructureDefinition/DV-DATE"
          } ]
        } ]
      } ],
      "max": "1",
      "id": "CAPABILITY.time-validity",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CAPABILITY.time_validity"
      }
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "0.1.0-snapshot"
    } ]
  },
  "status": "active",
  "id": "6f580104-b350-4848-9cbf-b7ae7f508cef",
  "kind": "logical",
  "url": "http://openehr.org/fhir/StructureDefinition/CAPABILITY",
  "version": "0.1.0-snapshot",
  "differential": {
    "element": [ {
      "id": "CAPABILITY",
      "max": "*",
      "min": 0,
      "path": "CAPABILITY",
      "short": "Capability of a role, such as  ehr modifier,  health care provider.",
      "definition": "Capability of a role, such as  ehr modifier,  health care provider. Capability should be backed up by credentials.",
      "isModifier": false
    }, {
      "id": "CAPABILITY.credentials",
      "max": "1",
      "min": 1,
      "path": "CAPABILITY.credentials",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
      } ],
      "short": "The qualifications of the performer of the role for this capability.",
      "definition": "The qualifications of the performer of the role for this capability. This might include professional qualifications and official identifications such as provider numbers etc.",
      "isModifier": false
    }, {
      "id": "CAPABILITY.time-validity",
      "max": "1",
      "min": 0,
      "path": "CAPABILITY.time_validity",
      "type": [ {
        "code": "http://openehr.org/fhir/StructureDefinition/DV-INTERVAL",
        "extension": [ {
          "url": "http://hl7.org/fhir/tools/StructureDefinition/type-parameter",
          "extension": [ {
            "url": "name",
            "valueCode": "T"
          }, {
            "url": "type",
            "valueUri": "http://openehr.org/fhir/StructureDefinition/DV-DATE"
          } ]
        } ]
      } ],
      "short": "Valid time interval for the credentials of this capability.",
      "definition": "Valid time interval for the credentials of this capability.",
      "isModifier": false
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.openehr.org",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/LOCATABLE"
}