{
"description": "Ancestor of all real-world types, including people and organisations. An actor is any real-world entity capable of taking on a role.",
"_filename": "StructureDefinition-ACTOR.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": "ACTOR",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": true,
"type": "http://openehr.org/fhir/StructureDefinition/ACTOR",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "ACTOR",
"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#_actor_class"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}, {
"url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
"valueCanonical": "#type"
}, {
"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()"
}, {
"key": "Type_valid",
"human": "Type valid",
"source": "http://openehr.org/fhir/StructureDefinition/PARTY",
"severity": "error",
"expression": "type() = name"
}, {
"key": "Identities_valid",
"human": "Identities valid must not be empty",
"source": "http://openehr.org/fhir/StructureDefinition/PARTY",
"severity": "error",
"expression": "identities.empty().not()"
}, {
"key": "Contacts_valid",
"human": "Contacts valid must be present",
"source": "http://openehr.org/fhir/StructureDefinition/PARTY",
"severity": "error",
"expression": "contacts.exists() implies contacts.empty().not()"
}, {
"key": "Relationships_validity",
"human": "Relationships validity must be present",
"source": "http://openehr.org/fhir/StructureDefinition/PARTY",
"severity": "error",
"expression": "relationships.exists() implies (relationships.empty().not() and then relationships.for_all (r | r.source = self)"
}, {
"key": "Reverse_relationships_validity",
"human": "Reverse relationships validity must be present",
"source": "http://openehr.org/fhir/StructureDefinition/PARTY",
"severity": "error",
"expression": "reverse_relationships.exists() implies (reverse_relationships.empty().not() and then reverse_relationships.for_all (item | repository (\\\"demographics\\\").all_party_relationships.has_object (item) and then repository(\\\"demographics\\\").all_party_relationships.object (item).target = self))"
}, {
"key": "Is_archetype_root",
"human": "Is archetype root",
"source": "http://openehr.org/fhir/StructureDefinition/PARTY",
"severity": "error",
"expression": "is_archetype_root()"
}, {
"key": "Uid_mandatory",
"human": "Uid mandatory must be present",
"source": "http://openehr.org/fhir/StructureDefinition/PARTY",
"severity": "error",
"expression": "uid.exists()"
}, {
"key": "Roles_valid",
"human": "Roles valid must be present",
"severity": "error",
"expression": "roles.exists() implies roles.empty().not()"
}, {
"key": "Legal_identity_exists",
"human": "Legal identity exists",
"severity": "error",
"expression": "null # TODO: manual translation needed"
} ],
"path": "ACTOR",
"min": 0,
"definition": "Ancestor of all real-world types, including people and organisations. An actor is any real-world entity capable of taking on a role.",
"isModifier": false,
"short": "Ancestor of all real-world types, including people and organisations.",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"max": "*",
"id": "ACTOR",
"base": {
"max": "*",
"min": 0,
"path": "Base"
}
}, {
"path": "ACTOR.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": "ACTOR.name",
"base": {
"max": "1",
"min": 1,
"path": "LOCATABLE.name"
}
}, {
"path": "ACTOR.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": "ACTOR.archetype-node-id",
"base": {
"max": "1",
"min": 1,
"path": "LOCATABLE.archetype_node_id"
}
}, {
"path": "ACTOR.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": "ACTOR.uid",
"base": {
"max": "1",
"min": 0,
"path": "LOCATABLE.uid"
}
}, {
"path": "ACTOR.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": "ACTOR.links",
"base": {
"max": "*",
"min": 0,
"path": "LOCATABLE.links"
}
}, {
"path": "ACTOR.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": "ACTOR.archetype-details",
"base": {
"max": "1",
"min": 0,
"path": "LOCATABLE.archetype_details"
}
}, {
"path": "ACTOR.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": "ACTOR.feeder-audit",
"base": {
"max": "1",
"min": 0,
"path": "LOCATABLE.feeder_audit"
}
}, {
"path": "ACTOR.identities",
"min": 1,
"definition": "Identities used by the party to identify itself, such as legal name, stage names, aliases, nicknames and so on.",
"isModifier": false,
"short": "Identities used by the party to identify itself, such as legal name, stage names, aliases, nicknames and so on.",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/PARTY-IDENTITY"
} ],
"max": "*",
"id": "ACTOR.identities",
"base": {
"max": "*",
"min": 1,
"path": "PARTY.identities"
}
}, {
"path": "ACTOR.contacts",
"min": 0,
"definition": "Contacts for this party.",
"isModifier": false,
"short": "Contacts for this party.",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/CONTACT"
} ],
"max": "*",
"id": "ACTOR.contacts",
"base": {
"max": "*",
"min": 0,
"path": "PARTY.contacts"
}
}, {
"path": "ACTOR.details",
"min": 0,
"definition": "All other details for this Party.",
"isModifier": false,
"short": "All other details for this Party.",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
} ],
"max": "1",
"id": "ACTOR.details",
"base": {
"max": "1",
"min": 0,
"path": "PARTY.details"
}
}, {
"path": "ACTOR.reverse_relationships",
"min": 0,
"definition": "References to relationships in which this Party takes part as target.",
"isModifier": false,
"short": "References to relationships in which this Party takes part as target.",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/LOCATABLE-REF"
} ],
"max": "*",
"id": "ACTOR.reverse-relationships",
"base": {
"max": "*",
"min": 0,
"path": "PARTY.reverse_relationships"
}
}, {
"path": "ACTOR.relationships",
"min": 0,
"definition": "Relationships in which this Party takes part as source.",
"isModifier": false,
"short": "Relationships in which this Party takes part as source.",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/PARTY-RELATIONSHIP"
} ],
"max": "*",
"id": "ACTOR.relationships",
"base": {
"max": "*",
"min": 0,
"path": "PARTY.relationships"
}
}, {
"path": "ACTOR.languages",
"min": 0,
"definition": "Languages which can be used to communicate with this actor, in preferred order of use (if known, else order irrelevant).",
"isModifier": false,
"short": "Languages which can be used to communicate with this actor, in preferred order of use (if known, else order irrelevant).",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
} ],
"max": "*",
"id": "ACTOR.languages",
"base": {
"max": "*",
"min": 0,
"path": "ACTOR.languages"
}
}, {
"path": "ACTOR.roles",
"min": 0,
"definition": "Identifiers of the Version container for each Role played by this Party.",
"isModifier": false,
"short": "Identifiers of the Version container for each Role played by this Party.",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/PARTY-REF"
} ],
"max": "*",
"id": "ACTOR.roles",
"base": {
"max": "*",
"min": 0,
"path": "ACTOR.roles"
}
} ],
"extension": [ {
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.1.0-snapshot"
} ]
},
"status": "active",
"id": "f1ee08c6-c8fd-4e95-84d2-5cc3efab55c1",
"kind": "logical",
"url": "http://openehr.org/fhir/StructureDefinition/ACTOR",
"version": "0.1.0-snapshot",
"differential": {
"element": [ {
"id": "ACTOR",
"max": "*",
"min": 0,
"path": "ACTOR",
"short": "Ancestor of all real-world types, including people and organisations.",
"constraint": [ {
"key": "Roles_valid",
"human": "Roles valid must be present",
"severity": "error",
"expression": "roles.exists() implies roles.empty().not()"
}, {
"key": "Legal_identity_exists",
"human": "Legal identity exists",
"severity": "error",
"expression": "null # TODO: manual translation needed"
} ],
"definition": "Ancestor of all real-world types, including people and organisations. An actor is any real-world entity capable of taking on a role.",
"isModifier": false
}, {
"id": "ACTOR.languages",
"max": "*",
"min": 0,
"path": "ACTOR.languages",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
} ],
"short": "Languages which can be used to communicate with this actor, in preferred order of use (if known, else order irrelevant).",
"definition": "Languages which can be used to communicate with this actor, in preferred order of use (if known, else order irrelevant).",
"isModifier": false
}, {
"id": "ACTOR.roles",
"max": "*",
"min": 0,
"path": "ACTOR.roles",
"type": [ {
"code": "http://openehr.org/fhir/StructureDefinition/PARTY-REF"
} ],
"short": "Identifiers of the Version container for each Role played by this Party.",
"definition": "Identifiers of the Version container for each Role played by this Party.",
"isModifier": false
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://www.openehr.org",
"system": "url"
} ]
} ],
"baseDefinition": "http://openehr.org/fhir/StructureDefinition/PARTY"
}