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

FHIR IG Statistics: StructureDefinition/ACTIVITY

Packageopenehr.base
TypeStructureDefinition
IdACTIVITY
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-ACTIVITY.html
URLhttp://openehr.org/fhir/StructureDefinition/ACTIVITY
Version0.1.0
Statusactive
Date2024-12-31T18:45:58+10:00
NameACTIVITY
TitleACTIVITY
Realmuv
Authorityhl7
DescriptionUsed to specify actions in the future. Enables simple and complex specifications to be expressed, including in a fully-computable workflow form. Used for any actionable statement such as medication and therapeutic orders, monitoring, recall and review. Enough details must be provided for the specification to be directly executed by an actor, either human or machine. Not to be used for plan items which are only specified in general terms.
Typehttp://openehr.org/fhir/StructureDefinition/ACTIVITY
Kindlogical

Resources that use this resource

StructureDefinition
INSTRUCTIONINSTRUCTION

Resources that this resource uses

StructureDefinition
DV-PARSABLEDV_PARSABLE
ITEM-STRUCTUREITEM_STRUCTURE
LOCATABLELOCATABLE

Narrative

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

Generated Narrative: StructureDefinition ACTIVITY

NameFlagsCard.TypeDescription & Constraintsdoco
.. ACTIVITY 0..*LOCATABLE
Elements defined in Ancestors:name, archetype_node_id, uid, links, archetype_details, feeder_audit, name, archetype_node_id, uid, links, archetype_details, feeder_audit
Defines a single activity within an Instruction, such as a medication administration
... timing 0..1DV_PARSABLETiming of the activity, in the form of a parsable string
... action_archetype_id 1..1stringPerl-compliant regular expression pattern indicating the valid identifiers of archetypes for Actions corresponding to this Activity
... description 1..1ITEM_STRUCTUREDescription of the activity, in the form of an archetyped structure

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "ACTIVITY",
  "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/ehr.html#_activity_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/ACTIVITY",
  "version": "0.1.0",
  "name": "ACTIVITY",
  "title": "ACTIVITY",
  "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": "Used to specify actions in the future. Enables simple and complex specifications to be expressed, including in a fully-computable workflow form. Used for any actionable statement such as medication and therapeutic orders, monitoring, recall and review. Enough details must be provided for the specification to be directly executed by an actor, either human or machine. Not to be used for plan items which are only specified in general terms.",
  "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/ACTIVITY",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/LOCATABLE",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "ACTIVITY",
        "path": "ACTIVITY",
        "short": "Defines a single activity within an Instruction, such as a medication administration",
        "definition": "Defines a single activity within an Instruction, such as a medication administration.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "ACTIVITY.name",
        "path": "ACTIVITY.name",
        "short": "Runtime name of this fragment, used to build runtime paths",
        "definition": "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.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PATHABLE.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.archetype-node-id",
        "path": "ACTIVITY.archetype_node_id",
        "short": "Design-time archetype identifier of this node taken from its generating archetype",
        "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.",
        "comment": "At an archetype root point, the value of this attribute is always the stringified form of the archetype_id found in the archetype_details object.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "PATHABLE.archetype_node_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.uid",
        "path": "ACTIVITY.uid",
        "short": "Optional globally unique object identifier for root points of archetyped structures",
        "definition": "Optional globally unique object identifier for root points of archetyped structures.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PATHABLE.uid",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/UID-BASED-ID"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.links",
        "path": "ACTIVITY.links",
        "short": "Links to other archetyped structures",
        "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.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PATHABLE.links",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/LINK"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.archetype-details",
        "path": "ACTIVITY.archetype_details",
        "short": "Details of archetyping used on this node",
        "definition": "Details of archetyping used on this node.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PATHABLE.archetype_details",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/ARCHETYPED"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.feeder-audit",
        "path": "ACTIVITY.feeder_audit",
        "short": "Audit trail from non-openEHR system of original commit of information forming the content of this node",
        "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.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PATHABLE.feeder_audit",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/FEEDER-AUDIT"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.timing",
        "path": "ACTIVITY.timing",
        "short": "Timing of the activity, in the form of a parsable string",
        "definition": "Timing of the activity, in the form of a parsable string. If used, the preferred syntax is ISO8601 'R' format, but other formats may be used including HL7 GTS.",
        "comment": "May be omitted if: timing is represented structurally in the description attribute (e.g. via archetyped elements), or unavailable, e.g. imported legacy data; in such cases, the INSTRUCTION.narrative should carry text that indicates the timing of its activities.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ACTIVITY.timing",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-PARSABLE"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.action-archetype-id",
        "path": "ACTIVITY.action_archetype_id",
        "short": "Perl-compliant regular expression pattern indicating the valid identifiers of archetypes for Actions corresponding to this Activity",
        "definition": "Perl-compliant regular expression pattern, enclosed in '//' delimiters, indicating the valid identifiers of archetypes for Actions corresponding to this Activity specification. Defaults to /.*/, meaning any archetype.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ACTIVITY.action_archetype_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.description",
        "path": "ACTIVITY.description",
        "short": "Description of the activity, in the form of an archetyped structure",
        "definition": "Description of the activity, in the form of an archetyped structure.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ACTIVITY.description",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "ACTIVITY",
        "path": "ACTIVITY",
        "short": "Defines a single activity within an Instruction, such as a medication administration",
        "definition": "Defines a single activity within an Instruction, such as a medication administration.",
        "min": 0,
        "max": "*",
        "isModifier": false
      },
      {
        "id": "ACTIVITY.timing",
        "path": "ACTIVITY.timing",
        "short": "Timing of the activity, in the form of a parsable string",
        "definition": "Timing of the activity, in the form of a parsable string. If used, the preferred syntax is ISO8601 'R' format, but other formats may be used including HL7 GTS.",
        "comment": "May be omitted if: timing is represented structurally in the description attribute (e.g. via archetyped elements), or unavailable, e.g. imported legacy data; in such cases, the INSTRUCTION.narrative should carry text that indicates the timing of its activities.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-PARSABLE"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.action-archetype-id",
        "path": "ACTIVITY.action_archetype_id",
        "short": "Perl-compliant regular expression pattern indicating the valid identifiers of archetypes for Actions corresponding to this Activity",
        "definition": "Perl-compliant regular expression pattern, enclosed in '//' delimiters, indicating the valid identifiers of archetypes for Actions corresponding to this Activity specification. Defaults to /.*/, meaning any archetype.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "ACTIVITY.description",
        "path": "ACTIVITY.description",
        "short": "Description of the activity, in the form of an archetyped structure",
        "definition": "Description of the activity, in the form of an archetyped structure.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
          }
        ],
        "isModifier": false
      }
    ]
  }
}