FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSProcedure.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSProcedure.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure
Version0.2.1
Statusdraft
Date2026-02-04T19:00:50+00:00
NameEHDSProcedure
TitleProcedure model
DescriptionEHDS refined base model for an action that is or was performed on or for a patient
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure
Kindlogical

Resources that use this resource

StructureDefinition
EHDSDeviceUseDevice use model
EHDSDischargeReportDischarge Report model
EHDSEncounterEncounter model
EHDSEpisodeOfCareEpisode of care model
EHDSImagingReportImaging report model
EHDSObservationObservation model
EHDSPatientSummaryPatient summary model
EHDSProcedureProcedure model
EHDSServiceRequestService request model

Resources that this resource uses

StructureDefinition
EHDSBodyStructureBody structure model
EHDSConditionCondition model
EHDSDataSetDataSet model
EHDSDeviceDevice model
EHDSHealthProfessionalHealth professional model
EHDSObservationObservation model
EHDSProcedureProcedure model

Narrative

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

Generated Narrative: StructureDefinition EHDSProcedure

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSProcedure 0..*EHDSDataSetProcedure model

Elements defined in Ancestors:header
Instances of this logical model can be the target of a Reference
... code 0..1CodeableConceptCode identifying the procedure
Binding Description: (preferred): SNOMED CT
... date[x] 0..1Date and time of the procedure or interval of its performance
.... dateDateTimedateTime
.... datePeriodPeriod
... performer 0..*EHDSHealthProfessionalAn actor who performed the procedure
... bodySite 0..*EHDSBodyStructureProcedure target body site. Details of where the procedure was performed. Laterality may be included as qualifier of the body site.
... reason[x] 0..*The reason why the procedure was performed. This may be a concept from a terminology or a reference to a specific instance that describes the reason.
Binding Description: (preferred): SNOMED CT, ICD-10, Orphacode if rare disease is diagnosed
.... reasonCodeableConceptCodeableConcept
.... reasonEHDSConditionEHDSCondition
.... reasonEHDSObservationEHDSObservation
.... reasonEHDSProcedureEHDSProcedure
... outcome 0..1CodeableConceptThe outcome of the procedure - did it resolve the reasons for the procedure being performed?
Binding Description: (preferred): SNOMED CT
... complication 0..*CodeableConceptAny complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the procedure description, which will typically describe the procedure itself rather than any 'post procedure' issues.
Binding Description: (preferred): ICD-10, SNOMED CT, Orphacode if rare disease is diagnosed
... deviceUsed 0..*EHDSDeviceDevice used to perform the procedure
... focalDevice 0..*EHDSDeviceDevice(s) that is/are implanted, removed, or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.
... note 0..1stringAdditional information about the procedure

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSProcedure",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure",
  "version": "0.2.1",
  "name": "EHDSProcedure",
  "title": "Procedure model",
  "status": "draft",
  "date": "2026-02-04T19:00:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for an action that is or was performed on or for a patient",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure",
  "baseDefinition": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDataSet",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.2.1"
      }
    ],
    "element": [
      {
        "id": "EHDSProcedure",
        "path": "EHDSProcedure",
        "short": "Procedure model",
        "definition": "EHDS refined base model for an action that is or was performed on or for a patient",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header",
        "path": "EHDSProcedure.header",
        "short": "Basic metadata for this information",
        "definition": "Basic metadata for this information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header.subject",
        "path": "EHDSProcedure.header.subject",
        "short": "Patient/subject information",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header.identifier",
        "path": "EHDSProcedure.header.identifier",
        "short": "Business identifier for the object, unique within its system. Supporting disambiguation between different contexts (systems/countries).",
        "definition": "Business identifier for the object, unique within its system. Supporting disambiguation between different contexts (systems/countries).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDataSet.header.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header.author[x]",
        "path": "EHDSProcedure.header.author[x]",
        "short": "Author(s) responsible for the provided information.",
        "definition": "Author(s) responsible for the provided information. The exact role of the responsible author varies across use cases and is specific to individual models.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDataSet.header.author[x]",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header.date",
        "path": "EHDSProcedure.header.date",
        "short": "Date and optionally time of authoring/issuing",
        "definition": "Date and optionally time of authoring/issuing",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.date",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header.status",
        "path": "EHDSProcedure.header.status",
        "short": "Status of the resource or document",
        "definition": "Status of the resource or document",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header.source",
        "path": "EHDSProcedure.header.source",
        "short": "Source of information (e.g. patient, patient's proxy). Used in case the patient has authored the information or the author has submitted patient-stated information.",
        "definition": "Source of information (e.g. patient, patient's proxy). Used in case the patient has authored the information or the author has submitted patient-stated information.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.source",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSProcedure.header.language",
        "path": "EHDSProcedure.header.language",
        "short": "Language in which the resource is written. Language is expressed by the IETF language tag.",
        "definition": "Language in which the resource is written. Language is expressed by the IETF language tag.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.language",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "BCP 47"
        }
      },
      {
        "id": "EHDSProcedure.code",
        "path": "EHDSProcedure.code",
        "short": "Code identifying the procedure",
        "definition": "Code identifying the procedure",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSProcedure.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSProcedure.date[x]",
        "path": "EHDSProcedure.date[x]",
        "short": "Date and time of the procedure or interval of its performance",
        "definition": "Date and time of the procedure or interval of its performance",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSProcedure.date[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSProcedure.performer",
        "path": "EHDSProcedure.performer",
        "short": "An actor who performed the procedure",
        "definition": "An actor who performed the procedure",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSProcedure.performer",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
          }
        ]
      },
      {
        "id": "EHDSProcedure.bodySite",
        "path": "EHDSProcedure.bodySite",
        "short": "Procedure target body site. Details of where the procedure was performed. Laterality may be included as qualifier of the body site.",
        "definition": "Procedure target body site. Details of where the procedure was performed. Laterality may be included as qualifier of the body site.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSProcedure.bodySite",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSBodyStructure"
          }
        ]
      },
      {
        "id": "EHDSProcedure.reason[x]",
        "path": "EHDSProcedure.reason[x]",
        "short": "The reason why the procedure was performed. This may be a concept from a terminology or a reference to a specific instance that describes the reason.",
        "definition": "The reason why the procedure was performed. This may be a concept from a terminology or a reference to a specific instance that describes the reason.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSProcedure.reason[x]",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT, ICD-10, Orphacode if rare disease is diagnosed"
        }
      },
      {
        "id": "EHDSProcedure.outcome",
        "path": "EHDSProcedure.outcome",
        "short": "The outcome of the procedure - did it resolve the reasons for the procedure being performed?",
        "definition": "The outcome of the procedure - did it resolve the reasons for the procedure being performed?",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSProcedure.outcome",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSProcedure.complication",
        "path": "EHDSProcedure.complication",
        "short": "Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the procedure description, which will typically describe the procedure itself rather than any 'post procedure' issues.",
        "definition": "Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the procedure description, which will typically describe the procedure itself rather than any 'post procedure' issues.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSProcedure.complication",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ICD-10, SNOMED CT, Orphacode if rare disease is diagnosed"
        }
      },
      {
        "id": "EHDSProcedure.deviceUsed",
        "path": "EHDSProcedure.deviceUsed",
        "short": "Device used to perform the procedure",
        "definition": "Device used to perform the procedure",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSProcedure.deviceUsed",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSProcedure.focalDevice",
        "path": "EHDSProcedure.focalDevice",
        "short": "Device(s) that is/are implanted, removed, or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.",
        "definition": "Device(s) that is/are implanted, removed, or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSProcedure.focalDevice",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSProcedure.note",
        "path": "EHDSProcedure.note",
        "short": "Additional information about the procedure",
        "definition": "Additional information about the procedure",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSProcedure.note",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSProcedure",
        "path": "EHDSProcedure",
        "short": "Procedure model",
        "definition": "EHDS refined base model for an action that is or was performed on or for a patient"
      },
      {
        "id": "EHDSProcedure.code",
        "path": "EHDSProcedure.code",
        "short": "Code identifying the procedure",
        "definition": "Code identifying the procedure",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSProcedure.date[x]",
        "path": "EHDSProcedure.date[x]",
        "short": "Date and time of the procedure or interval of its performance",
        "definition": "Date and time of the procedure or interval of its performance",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSProcedure.performer",
        "path": "EHDSProcedure.performer",
        "short": "An actor who performed the procedure",
        "definition": "An actor who performed the procedure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
          }
        ]
      },
      {
        "id": "EHDSProcedure.bodySite",
        "path": "EHDSProcedure.bodySite",
        "short": "Procedure target body site. Details of where the procedure was performed. Laterality may be included as qualifier of the body site.",
        "definition": "Procedure target body site. Details of where the procedure was performed. Laterality may be included as qualifier of the body site.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSBodyStructure"
          }
        ]
      },
      {
        "id": "EHDSProcedure.reason[x]",
        "path": "EHDSProcedure.reason[x]",
        "short": "The reason why the procedure was performed. This may be a concept from a terminology or a reference to a specific instance that describes the reason.",
        "definition": "The reason why the procedure was performed. This may be a concept from a terminology or a reference to a specific instance that describes the reason.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT, ICD-10, Orphacode if rare disease is diagnosed"
        }
      },
      {
        "id": "EHDSProcedure.outcome",
        "path": "EHDSProcedure.outcome",
        "short": "The outcome of the procedure - did it resolve the reasons for the procedure being performed?",
        "definition": "The outcome of the procedure - did it resolve the reasons for the procedure being performed?",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSProcedure.complication",
        "path": "EHDSProcedure.complication",
        "short": "Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the procedure description, which will typically describe the procedure itself rather than any 'post procedure' issues.",
        "definition": "Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the procedure description, which will typically describe the procedure itself rather than any 'post procedure' issues.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ICD-10, SNOMED CT, Orphacode if rare disease is diagnosed"
        }
      },
      {
        "id": "EHDSProcedure.deviceUsed",
        "path": "EHDSProcedure.deviceUsed",
        "short": "Device used to perform the procedure",
        "definition": "Device used to perform the procedure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSProcedure.focalDevice",
        "path": "EHDSProcedure.focalDevice",
        "short": "Device(s) that is/are implanted, removed, or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.",
        "definition": "Device(s) that is/are implanted, removed, or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSProcedure.note",
        "path": "EHDSProcedure.note",
        "short": "Additional information about the procedure",
        "definition": "Additional information about the procedure",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}