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

FHIR IG analytics

Packagehl7.fhir.be.core-clinical
Resource TypeStructureDefinition
IdStructureDefinition-BeModelProcedure.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/core-clinical/StructureDefinition-BeModelProcedure.html
URLhttps://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelProcedure
Version1.1.0
Statusactive
Date2026-03-10T12:25:27+00:00
NameBeModelProcedure
TitleBeProcedure Model
Realmbe
Authorityhl7
DescriptionProcedure logical model
Typehttps://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelProcedure
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
hl7.fhir.be.core-clinical#currentBeModelBodySiteBodySite Model

Narrative

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

Generated Narrative: StructureDefinition BeModelProcedure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BeModelProcedure 0..*BaseBeProcedure Model
... identifier 1..*IdentifierUnique identifier for the procedure
... recordedDate 1..1dateTimeDate of the last modification/recording of the procedure
... performedDate[x] 1..1Date or period when the procedure was actually performed
.... performedDateDateTimedateTime
.... performedDatePeriodPeriod
... patient 1..1Reference()The patient that is the subject of the procedure.
... recorder 1..1Reference()Person, organization or device that recorded the procedure.
... performer 0..1Reference(Practitioner | PractitionerRole | Organization)Person who performed the procedure.
... request 0..*Reference()CarePlan and/or Referral Prescription that is at the origin of the procedure. For example: a physiotherapy session performed on prescription from the general practitioner
... partOf 0..*Reference()Part of the event being referenced: procedure, observation (symptoms) or problem (disease). For example: Blood draw (procedure) is part of the diagnostic observation (Observation)
... category 0..*CodeableConceptType or nature of the procedure. For example: surgical, psychiatric or chiropractic procedures
... focalDevice[x] 0..*Implanted or manipulated device
.... focalDeviceCodeableConceptCodeableConcept
.... focalDeviceReferenceReference(Any)
... usedDevice 0..*Reference()Devices or materials used temporarily during the procedure. For example: surgical robot, intraoperative imaging, neuronavigation. This also includes substances such as gels. Standard small instruments such as scalpels and syringes are not recorded
... status 1..1codeProcedure status (not-done, stopped, completed, entered-in-error). Note: 'not-done' is out of scope as it implies planning. Business Rule: 'completed' by default
... code 1..1CodeableConceptIdentification of the procedure (SNOMED-CT Procedure concept)
... reason 0..*BackboneElementReason why the procedure is performed. For example: amputation after an accident, broken leg
.... reasonCode 0..1CodeableConceptCoded reason why the procedure is performed
.... reasonReference 0..1Reference()Reference to the condition, observation or procedure that is the reason
... bodySite 0..1BeModelBodySiteThe site on the patient's body where the procedure was performed
... surgicalApproach 0..*CodeableConceptIndicates by which anatomical route or according to which technique the procedure was performed. For example: laparoscopic, endoscopic, percutaneous
... location 0..1Reference()Reference to the location where the procedure was performed. Example: Healthcare provider's office, Patient's home, Hospital, Outpatient, other
... outcome 0..1CodeableConceptResult of the procedure execution. Example: Partial success, Success, Unsuccessful
... report 0..*Reference()Any report resulting from the procedure. To be discussed (In version 1: attached document (pdf, URL, jpg, etc.). In the future possibly reference to a DiagnosticReport or other)
... note 0..*AnnotationAdditional information about the procedure

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "BeModelProcedure",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelProcedure",
  "version": "1.1.0",
  "name": "BeModelProcedure",
  "title": "BeProcedure Model",
  "status": "active",
  "date": "2026-03-10T12:25:27+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be"
        },
        {
          "system": "email",
          "value": "message-structure@www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name": "Message-Structure",
      "telecom": [
        {
          "system": "email",
          "value": "message-structure@www.ehealth.fgov.be",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Procedure logical model",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelProcedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "BeModelProcedure",
        "path": "BeModelProcedure",
        "short": "BeProcedure Model",
        "definition": "Procedure logical model",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "BeModelProcedure.identifier",
        "path": "BeModelProcedure.identifier",
        "short": "Unique identifier for the procedure",
        "definition": "Unique identifier for the procedure",
        "min": 1,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelProcedure.recordedDate",
        "path": "BeModelProcedure.recordedDate",
        "short": "Date of the last modification/recording of the procedure",
        "definition": "Date of the last modification/recording of the procedure",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.recordedDate",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BeModelProcedure.performedDate[x]",
        "path": "BeModelProcedure.performedDate[x]",
        "short": "Date or period when the procedure was actually performed",
        "definition": "Date or period when the procedure was actually performed. For example: the date of an operation or the period during which a treatment was carried out",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.performedDate[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "BeModelProcedure.patient",
        "path": "BeModelProcedure.patient",
        "short": "The patient that is the subject of the procedure.",
        "definition": "The patient that is the subject of the procedure. This includes the patient's Social Security Identification Number (NISS), generally corresponding to the national registry number. In some cases, another unique identification code may be authorized, such as the BIS number",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.patient",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.recorder",
        "path": "BeModelProcedure.recorder",
        "short": "Person, organization or device that recorded the procedure.",
        "definition": "Person, organization or device that recorded the procedure. For a healthcare provider, this is the Social Security Identification Number (NISS). For an organization, the Crossroads Bank for Social Security (BCSS) number is used. For a medical device, use the unique device identification number",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.recorder",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.performer",
        "path": "BeModelProcedure.performer",
        "short": "Person who performed the procedure.",
        "definition": "Person who performed the procedure. For a healthcare provider, this is the Social Security Identification Number (NISS). For an organization, the BCSS number is used. For a medical device, use the unique device identification number",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.performer",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "BeModelProcedure.request",
        "path": "BeModelProcedure.request",
        "short": "CarePlan and/or Referral Prescription that is at the origin of the procedure. For example: a physiotherapy session performed on prescription from the general practitioner",
        "definition": "CarePlan and/or Referral Prescription that is at the origin of the procedure. For example: a physiotherapy session performed on prescription from the general practitioner",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.request",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.partOf",
        "path": "BeModelProcedure.partOf",
        "short": "Part of the event being referenced: procedure, observation (symptoms) or problem (disease). For example: Blood draw (procedure) is part of the diagnostic observation (Observation)",
        "definition": "Part of the event being referenced: procedure, observation (symptoms) or problem (disease). For example: Blood draw (procedure) is part of the diagnostic observation (Observation)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.partOf",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.category",
        "path": "BeModelProcedure.category",
        "short": "Type or nature of the procedure. For example: surgical, psychiatric or chiropractic procedures",
        "definition": "Type or nature of the procedure. For example: surgical, psychiatric or chiropractic procedures",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.category",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.focalDevice[x]",
        "path": "BeModelProcedure.focalDevice[x]",
        "short": "Implanted or manipulated device",
        "definition": "Implanted or manipulated device",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.focalDevice[x]",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.usedDevice",
        "path": "BeModelProcedure.usedDevice",
        "short": "Devices or materials used temporarily during the procedure. For example: surgical robot, intraoperative imaging, neuronavigation. This also includes substances such as gels. Standard small instruments such as scalpels and syringes are not recorded",
        "definition": "Devices or materials used temporarily during the procedure. For example: surgical robot, intraoperative imaging, neuronavigation. This also includes substances such as gels. Standard small instruments such as scalpels and syringes are not recorded",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.usedDevice",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.status",
        "path": "BeModelProcedure.status",
        "short": "Procedure status (not-done, stopped, completed, entered-in-error). Note: 'not-done' is out of scope as it implies planning. Business Rule: 'completed' by default",
        "definition": "Procedure status (not-done, stopped, completed, entered-in-error). Note: 'not-done' is out of scope as it implies planning. Business Rule: 'completed' by default",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "BeModelProcedure.code",
        "path": "BeModelProcedure.code",
        "short": "Identification of the procedure (SNOMED-CT Procedure concept)",
        "definition": "Identification of the procedure (SNOMED-CT Procedure concept)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.code",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason",
        "path": "BeModelProcedure.reason",
        "short": "Reason why the procedure is performed. For example: amputation after an accident, broken leg",
        "definition": "Reason why the procedure is performed. For example: amputation after an accident, broken leg",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.reason",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason.id",
        "path": "BeModelProcedure.reason.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason.extension",
        "path": "BeModelProcedure.reason.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason.modifierExtension",
        "path": "BeModelProcedure.reason.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason.reasonCode",
        "path": "BeModelProcedure.reason.reasonCode",
        "short": "Coded reason why the procedure is performed",
        "definition": "Coded reason why the procedure is performed",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.reason.reasonCode",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason.reasonReference",
        "path": "BeModelProcedure.reason.reasonReference",
        "short": "Reference to the condition, observation or procedure that is the reason",
        "definition": "Reference to the condition, observation or procedure that is the reason",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.reason.reasonReference",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.bodySite",
        "path": "BeModelProcedure.bodySite",
        "short": "The site on the patient's body where the procedure was performed",
        "definition": "The site on the patient's body where the procedure was performed",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.bodySite",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelBodySite"
          }
        ]
      },
      {
        "id": "BeModelProcedure.surgicalApproach",
        "path": "BeModelProcedure.surgicalApproach",
        "short": "Indicates by which anatomical route or according to which technique the procedure was performed. For example: laparoscopic, endoscopic, percutaneous",
        "definition": "Indicates by which anatomical route or according to which technique the procedure was performed. For example: laparoscopic, endoscopic, percutaneous",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.surgicalApproach",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.location",
        "path": "BeModelProcedure.location",
        "short": "Reference to the location where the procedure was performed. Example: Healthcare provider's office, Patient's home, Hospital, Outpatient, other",
        "definition": "Reference to the location where the procedure was performed. Example: Healthcare provider's office, Patient's home, Hospital, Outpatient, other",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.location",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.outcome",
        "path": "BeModelProcedure.outcome",
        "short": "Result of the procedure execution. Example: Partial success, Success, Unsuccessful",
        "definition": "Result of the procedure execution. Example: Partial success, Success, Unsuccessful",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelProcedure.outcome",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.report",
        "path": "BeModelProcedure.report",
        "short": "Any report resulting from the procedure. To be discussed (In version 1: attached document (pdf, URL, jpg, etc.). In the future possibly reference to a DiagnosticReport or other)",
        "definition": "Any report resulting from the procedure. To be discussed (In version 1: attached document (pdf, URL, jpg, etc.). In the future possibly reference to a DiagnosticReport or other)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.report",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.note",
        "path": "BeModelProcedure.note",
        "short": "Additional information about the procedure",
        "definition": "Additional information about the procedure",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelProcedure.note",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Annotation"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BeModelProcedure",
        "path": "BeModelProcedure",
        "short": "BeProcedure Model",
        "definition": "Procedure logical model"
      },
      {
        "id": "BeModelProcedure.identifier",
        "path": "BeModelProcedure.identifier",
        "short": "Unique identifier for the procedure",
        "definition": "Unique identifier for the procedure",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelProcedure.recordedDate",
        "path": "BeModelProcedure.recordedDate",
        "short": "Date of the last modification/recording of the procedure",
        "definition": "Date of the last modification/recording of the procedure",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BeModelProcedure.performedDate[x]",
        "path": "BeModelProcedure.performedDate[x]",
        "short": "Date or period when the procedure was actually performed",
        "definition": "Date or period when the procedure was actually performed. For example: the date of an operation or the period during which a treatment was carried out",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "BeModelProcedure.patient",
        "path": "BeModelProcedure.patient",
        "short": "The patient that is the subject of the procedure.",
        "definition": "The patient that is the subject of the procedure. This includes the patient's Social Security Identification Number (NISS), generally corresponding to the national registry number. In some cases, another unique identification code may be authorized, such as the BIS number",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.recorder",
        "path": "BeModelProcedure.recorder",
        "short": "Person, organization or device that recorded the procedure.",
        "definition": "Person, organization or device that recorded the procedure. For a healthcare provider, this is the Social Security Identification Number (NISS). For an organization, the Crossroads Bank for Social Security (BCSS) number is used. For a medical device, use the unique device identification number",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.performer",
        "path": "BeModelProcedure.performer",
        "short": "Person who performed the procedure.",
        "definition": "Person who performed the procedure. For a healthcare provider, this is the Social Security Identification Number (NISS). For an organization, the BCSS number is used. For a medical device, use the unique device identification number",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "BeModelProcedure.request",
        "path": "BeModelProcedure.request",
        "short": "CarePlan and/or Referral Prescription that is at the origin of the procedure. For example: a physiotherapy session performed on prescription from the general practitioner",
        "definition": "CarePlan and/or Referral Prescription that is at the origin of the procedure. For example: a physiotherapy session performed on prescription from the general practitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.partOf",
        "path": "BeModelProcedure.partOf",
        "short": "Part of the event being referenced: procedure, observation (symptoms) or problem (disease). For example: Blood draw (procedure) is part of the diagnostic observation (Observation)",
        "definition": "Part of the event being referenced: procedure, observation (symptoms) or problem (disease). For example: Blood draw (procedure) is part of the diagnostic observation (Observation)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.category",
        "path": "BeModelProcedure.category",
        "short": "Type or nature of the procedure. For example: surgical, psychiatric or chiropractic procedures",
        "definition": "Type or nature of the procedure. For example: surgical, psychiatric or chiropractic procedures",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.focalDevice[x]",
        "path": "BeModelProcedure.focalDevice[x]",
        "short": "Implanted or manipulated device",
        "definition": "Implanted or manipulated device",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.usedDevice",
        "path": "BeModelProcedure.usedDevice",
        "short": "Devices or materials used temporarily during the procedure. For example: surgical robot, intraoperative imaging, neuronavigation. This also includes substances such as gels. Standard small instruments such as scalpels and syringes are not recorded",
        "definition": "Devices or materials used temporarily during the procedure. For example: surgical robot, intraoperative imaging, neuronavigation. This also includes substances such as gels. Standard small instruments such as scalpels and syringes are not recorded",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.status",
        "path": "BeModelProcedure.status",
        "short": "Procedure status (not-done, stopped, completed, entered-in-error). Note: 'not-done' is out of scope as it implies planning. Business Rule: 'completed' by default",
        "definition": "Procedure status (not-done, stopped, completed, entered-in-error). Note: 'not-done' is out of scope as it implies planning. Business Rule: 'completed' by default",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "BeModelProcedure.code",
        "path": "BeModelProcedure.code",
        "short": "Identification of the procedure (SNOMED-CT Procedure concept)",
        "definition": "Identification of the procedure (SNOMED-CT Procedure concept)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason",
        "path": "BeModelProcedure.reason",
        "short": "Reason why the procedure is performed. For example: amputation after an accident, broken leg",
        "definition": "Reason why the procedure is performed. For example: amputation after an accident, broken leg",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason.reasonCode",
        "path": "BeModelProcedure.reason.reasonCode",
        "short": "Coded reason why the procedure is performed",
        "definition": "Coded reason why the procedure is performed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.reason.reasonReference",
        "path": "BeModelProcedure.reason.reasonReference",
        "short": "Reference to the condition, observation or procedure that is the reason",
        "definition": "Reference to the condition, observation or procedure that is the reason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.bodySite",
        "path": "BeModelProcedure.bodySite",
        "short": "The site on the patient's body where the procedure was performed",
        "definition": "The site on the patient's body where the procedure was performed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/BeModelBodySite"
          }
        ]
      },
      {
        "id": "BeModelProcedure.surgicalApproach",
        "path": "BeModelProcedure.surgicalApproach",
        "short": "Indicates by which anatomical route or according to which technique the procedure was performed. For example: laparoscopic, endoscopic, percutaneous",
        "definition": "Indicates by which anatomical route or according to which technique the procedure was performed. For example: laparoscopic, endoscopic, percutaneous",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.location",
        "path": "BeModelProcedure.location",
        "short": "Reference to the location where the procedure was performed. Example: Healthcare provider's office, Patient's home, Hospital, Outpatient, other",
        "definition": "Reference to the location where the procedure was performed. Example: Healthcare provider's office, Patient's home, Hospital, Outpatient, other",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.outcome",
        "path": "BeModelProcedure.outcome",
        "short": "Result of the procedure execution. Example: Partial success, Success, Unsuccessful",
        "definition": "Result of the procedure execution. Example: Partial success, Success, Unsuccessful",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelProcedure.report",
        "path": "BeModelProcedure.report",
        "short": "Any report resulting from the procedure. To be discussed (In version 1: attached document (pdf, URL, jpg, etc.). In the future possibly reference to a DiagnosticReport or other)",
        "definition": "Any report resulting from the procedure. To be discussed (In version 1: attached document (pdf, URL, jpg, etc.). In the future possibly reference to a DiagnosticReport or other)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference"
          }
        ]
      },
      {
        "id": "BeModelProcedure.note",
        "path": "BeModelProcedure.note",
        "short": "Additional information about the procedure",
        "definition": "Additional information about the procedure",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ]
      }
    ]
  }
}