PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4.id.core@0.1.0
    https://fhir.kemkes.go.id/r4/StructureDefinition/Procedure
{
  "description": "An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy.",
  "_filename": "Procedure.json",
  "package_name": "hl7.fhir.r4.id.core",
  "date": "2019-11-01T09:29:23+11:00",
  "derivation": "specialization",
  "meta": {
    "lastUpdated": "2021-12-31T08:58:56.925+00:00"
  },
  "publisher": "Health Level Seven International (Patient Care)",
  "fhirVersion": "4.0.1",
  "name": "Procedure",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Procedure",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Clinical.Summary"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "patient"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pc"
  } ],
  "status": "draft",
  "id": "c2272601-66ee-4cd4-a70c-d53f7e5d6f58",
  "kind": "resource",
  "url": "https://fhir.kemkes.go.id/r4/StructureDefinition/Procedure",
  "version": "4.0.1",
  "differential": {
    "element": [ {
      "id": "Procedure",
      "path": "Procedure",
      "short": "An action that is being or was performed on a patient",
      "mapping": [ {
        "map": "Event",
        "identity": "workflow"
      }, {
        "map": "Procedure[moodCode=EVN]",
        "identity": "rim"
      } ],
      "definition": "An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy."
    }, {
      "path": "Procedure.identifier",
      "requirements": "Allows identification of the procedure as it is known by various participating systems and in a way that remains consistent across servers.",
      "definition": "Business identifiers assigned to this procedure by the performer or other systems which remain constant as the resource is updated and is propagated from server to server.",
      "short": "External Identifiers for this procedure",
      "mapping": [ {
        "map": "Event.identifier",
        "identity": "workflow"
      }, {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "Some combination of ORC-2 / ORC-3 / OBR-2 / OBR-3 / IPC-1 / IPC-2 / IPC-3 / IPC-4",
        "identity": "v2"
      }, {
        "map": ".id",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "id": "Procedure.identifier",
      "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)).  It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types.  For example, multiple Patient and Person resource instances might share the same social insurance number.",
      "isSummary": true
    }, {
      "id": "Procedure.instantiatesCanonical",
      "path": "Procedure.instantiatesCanonical",
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/PlanDefinition", "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", "http://hl7.org/fhir/StructureDefinition/Measure", "http://hl7.org/fhir/StructureDefinition/OperationDefinition", "http://hl7.org/fhir/StructureDefinition/Questionnaire" ]
      } ],
      "short": "Instantiates FHIR protocol or definition",
      "mapping": [ {
        "map": "Event.instantiatesCanonical",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=DEFN].target",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "The URL pointing to a FHIR-defined protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure."
    }, {
      "id": "Procedure.instantiatesUri",
      "path": "Procedure.instantiatesUri",
      "type": [ {
        "code": "uri"
      } ],
      "short": "Instantiates external protocol or definition",
      "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.",
      "mapping": [ {
        "map": "Event.instantiatesUri",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=DEFN].target",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "The URL pointing to an externally maintained protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure."
    }, {
      "id": "Procedure.basedOn",
      "path": "Procedure.basedOn",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CarePlan", "http://hl7.org/fhir/StructureDefinition/ServiceRequest" ]
      } ],
      "alias": [ "fulfills" ],
      "short": "A request for this procedure",
      "mapping": [ {
        "map": "Event.basedOn",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=FLFS].target[classCode=(various e.g. PROC, OBS, PCPR, ACT,  moodCode=RQO].code",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "A reference to a resource that contains details of the request for this procedure."
    }, {
      "path": "Procedure.partOf",
      "definition": "A larger event of which this particular procedure is a component or step.",
      "short": "Part of referenced event",
      "mapping": [ {
        "map": "Event.partOf",
        "identity": "workflow"
      }, {
        "map": ".inboundRelationship[typeCode=COMP].source[classCode=SBADM or PROC or OBS, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Procedure", "http://hl7.org/fhir/StructureDefinition/Observation", "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" ]
      } ],
      "alias": [ "container" ],
      "id": "Procedure.partOf",
      "comment": "The MedicationAdministration resource has a partOf reference to Procedure, but this is not a circular reference.   For example, the anesthesia MedicationAdministration is part of the surgical Procedure (MedicationAdministration.partOf = Procedure).  For example, the procedure to insert the IV port for an IV medication administration is part of the medication administration (Procedure.partOf = MedicationAdministration).",
      "isSummary": true
    }, {
      "path": "Procedure.status",
      "min": 1,
      "definition": "A code specifying the state of the procedure. Generally, this will be the in-progress or completed state.",
      "isModifier": true,
      "short": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown",
      "mapping": [ {
        "map": "Event.status",
        "identity": "workflow"
      }, {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "statusCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/event-status|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureStatus"
        } ],
        "description": "A code specifying the state of the procedure."
      },
      "max": "1",
      "id": "Procedure.status",
      "comment": "The \"unknown\" code is not to be used to convey other statuses.  The \"unknown\" code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the procedure.\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.",
      "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
      "isSummary": true
    }, {
      "path": "Procedure.statusReason",
      "definition": "Captures the reason for the current state of the procedure.",
      "short": "Reason for current status",
      "mapping": [ {
        "map": "Event.statusReason",
        "identity": "workflow"
      }, {
        "map": ".reason.Observation.value",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureNegationReason"
        } ],
        "description": "A code that identifies the reason a procedure was not performed."
      },
      "alias": [ "Suspended Reason", "Cancelled Reason" ],
      "max": "1",
      "id": "Procedure.statusReason",
      "comment": "This is generally only used for \"exception\" statuses such as \"not-done\", \"suspended\" or \"aborted\". The reason for performing the event at all is captured in reasonCode, not here.",
      "isSummary": true
    }, {
      "path": "Procedure.category",
      "definition": "A code that classifies the procedure for searching, sorting and display purposes (e.g. \"Surgical Procedure\").",
      "short": "Classification of the procedure",
      "mapping": [ {
        "map": "FiveWs.class",
        "identity": "w5"
      }, {
        "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-category",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureCategory"
        } ],
        "description": "A code that classifies a procedure for searching, sorting and display purposes."
      },
      "max": "1",
      "id": "Procedure.category",
      "isSummary": true
    }, {
      "path": "Procedure.code",
      "requirements": "0..1 to account for primarily narrative only resources.",
      "definition": "The specific procedure that is performed. Use text if the exact nature of the procedure cannot be coded (e.g. \"Laparoscopic Appendectomy\").",
      "short": "Identification of the procedure",
      "mapping": [ {
        "map": "Event.code",
        "identity": "workflow"
      }, {
        "map": "FiveWs.what[x]",
        "identity": "w5"
      }, {
        "map": "OBR-44/OBR-45",
        "identity": "v2"
      }, {
        "map": ".code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureCode"
        } ],
        "description": "A code to identify a specific procedure ."
      },
      "alias": [ "type" ],
      "max": "1",
      "id": "Procedure.code",
      "isSummary": true
    }, {
      "path": "Procedure.subject",
      "min": 1,
      "definition": "The person, animal or group on which the procedure was performed.",
      "short": "Who the procedure was performed on",
      "mapping": [ {
        "map": "Event.subject",
        "identity": "workflow"
      }, {
        "map": "FiveWs.subject[x]",
        "identity": "w5"
      }, {
        "map": "PID-3",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=SBJ].role",
        "identity": "rim"
      }, {
        "map": "FiveWs.subject",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/Group" ]
      } ],
      "alias": [ "patient" ],
      "max": "1",
      "id": "Procedure.subject",
      "isSummary": true
    }, {
      "path": "Procedure.encounter",
      "definition": "The Encounter during which this Procedure was created or performed or to which the creation of this record is tightly associated.",
      "short": "Encounter created as part of",
      "mapping": [ {
        "map": "Event.context",
        "identity": "workflow"
      }, {
        "map": "FiveWs.context",
        "identity": "w5"
      }, {
        "map": "PV1-19",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ]
      } ],
      "max": "1",
      "id": "Procedure.encounter",
      "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.",
      "isSummary": true
    }, {
      "path": "Procedure.performed[x]",
      "definition": "Estimated or actual date, date-time, period, or age when the procedure was performed.  Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.",
      "short": "When the procedure was performed",
      "mapping": [ {
        "map": "Event.occurrence[x]",
        "identity": "workflow"
      }, {
        "map": "FiveWs.done[x]",
        "identity": "w5"
      }, {
        "map": "OBR-7",
        "identity": "v2"
      }, {
        "map": ".effectiveTime",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "Period"
      }, {
        "code": "string"
      }, {
        "code": "Age"
      }, {
        "code": "Range"
      } ],
      "max": "1",
      "id": "Procedure.performed[x]",
      "comment": "Age is generally used when the patient reports an age at which the procedure was performed. Range is generally used when the patient reports an age range when the procedure was performed, such as sometime between 20-25 years old.  dateTime supports a range of precision due to some procedures being reported as past procedures that might not have millisecond precision while other procedures performed and documented during the encounter might have more precise UTC timestamps with timezone.",
      "isSummary": true
    }, {
      "id": "Procedure.recorder",
      "max": "1",
      "path": "Procedure.recorder",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ]
      } ],
      "short": "Who recorded the procedure",
      "mapping": [ {
        "map": "FiveWs.author",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=AUT].role",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "Individual who recorded the record and takes responsibility for its content."
    }, {
      "id": "Procedure.asserter",
      "max": "1",
      "path": "Procedure.asserter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ]
      } ],
      "short": "Person who asserts this procedure",
      "mapping": [ {
        "map": "FiveWs.source",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=INF].role",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "Individual who is making the procedure statement."
    }, {
      "id": "Procedure.performer",
      "path": "Procedure.performer",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "The people who performed the procedure",
      "mapping": [ {
        "map": "Event.performer",
        "identity": "workflow"
      }, {
        "map": ".participation[typeCode=PRF]",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "Limited to \"real\" people rather than equipment."
    }, {
      "path": "Procedure.performer.function",
      "requirements": "Allows disambiguation of the types of involvement of different performers.",
      "definition": "Distinguishes the type of involvement of the performer in the procedure. For example, surgeon, anaesthetist, endoscopist.",
      "short": "Type of performance",
      "mapping": [ {
        "map": "Event.performer.function",
        "identity": "workflow"
      }, {
        "map": "Some combination of STF-18 / PRA-3 / PRT-4 / ROL-3 / ORC-12 / OBR-16 / PV1-7 / PV1-8 / PV1-9 / PV1-17 / OBX-25",
        "identity": "v2"
      }, {
        "map": ".functionCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/performer-role",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedurePerformerRole"
        } ],
        "description": "A code that identifies the role of a performer of the procedure."
      },
      "max": "1",
      "id": "Procedure.performer.function",
      "isSummary": true
    }, {
      "path": "Procedure.performer.actor",
      "requirements": "A reference to Device supports use cases, such as pacemakers.",
      "min": 1,
      "definition": "The practitioner who was involved in the procedure.",
      "short": "The reference to the practitioner",
      "mapping": [ {
        "map": "Event.performer.actor",
        "identity": "workflow"
      }, {
        "map": "FiveWs.actor",
        "identity": "w5"
      }, {
        "map": "ORC-19/PRT-5",
        "identity": "v2"
      }, {
        "map": ".role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Device" ]
      } ],
      "max": "1",
      "id": "Procedure.performer.actor",
      "isSummary": true
    }, {
      "id": "Procedure.performer.onBehalfOf",
      "max": "1",
      "path": "Procedure.performer.onBehalfOf",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ]
      } ],
      "short": "Organization the device or practitioner was acting for",
      "mapping": [ {
        "map": ".scoper",
        "identity": "rim"
      } ],
      "definition": "The organization the device or practitioner was acting on behalf of.",
      "requirements": "Practitioners and Devices can be associated with multiple organizations.  This element indicates which organization they were acting on behalf of when performing the action."
    }, {
      "path": "Procedure.location",
      "requirements": "Ties a procedure to where the records are likely kept.",
      "definition": "The location where the procedure actually happened.  E.g. a newborn at home, a tracheostomy at a restaurant.",
      "short": "Where the procedure happened",
      "mapping": [ {
        "map": "FiveWs.where[x]",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=LOC].role[classCode=SDLOC]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location" ]
      } ],
      "max": "1",
      "id": "Procedure.location",
      "isSummary": true
    }, {
      "path": "Procedure.reasonCode",
      "definition": "The coded reason why the procedure was performed. This may be a coded entity of some type, or may simply be present as text.",
      "short": "Coded reason procedure performed",
      "mapping": [ {
        "map": "Event.reasonCode",
        "identity": "workflow"
      }, {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": ".reasonCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureReason"
        } ],
        "description": "A code that identifies the reason a procedure is  required."
      },
      "id": "Procedure.reasonCode",
      "comment": "Use Procedure.reasonCode when a code sufficiently describes the reason.  Use Procedure.reasonReference when referencing a resource, which allows more information to be conveyed, such as onset date. Procedure.reasonCode and Procedure.reasonReference are not meant to be duplicative.  For a single reason, either Procedure.reasonCode or Procedure.reasonReference can be used.  Procedure.reasonCode may be a summary code, or Procedure.reasonReference may be used to reference a very precise definition of the reason using Condition | Observation | Procedure | DiagnosticReport | DocumentReference.  Both Procedure.reasonCode and Procedure.reasonReference can be used if they are describing different reasons for the procedure.",
      "isSummary": true
    }, {
      "id": "Procedure.reasonReference",
      "path": "Procedure.reasonReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Condition", "http://hl7.org/fhir/StructureDefinition/Observation", "http://hl7.org/fhir/StructureDefinition/Procedure", "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", "http://hl7.org/fhir/StructureDefinition/DocumentReference" ]
      } ],
      "short": "The justification that the procedure was performed",
      "comment": "It is possible for a procedure to be a reason (such as C-Section) for another procedure (such as an epidural). Other examples include endoscopy for dilatation and biopsy (a combination of diagnostic and therapeutic use). \nUse Procedure.reasonCode when a code sufficiently describes the reason.  Use Procedure.reasonReference when referencing a resource, which allows more information to be conveyed, such as onset date. Procedure.reasonCode and Procedure.reasonReference are not meant to be duplicative.  For a single reason, either Procedure.reasonCode or Procedure.reasonReference can be used.  Procedure.reasonCode may be a summary code, or Procedure.reasonReference may be used to reference a very precise definition of the reason using Condition | Observation | Procedure | DiagnosticReport | DocumentReference.  Both Procedure.reasonCode and Procedure.reasonReference can be used if they are describing different reasons for the procedure.",
      "mapping": [ {
        "map": "Event.reasonReference",
        "identity": "workflow"
      }, {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": ".reasonCode",
        "identity": "rim"
      } ],
      "isSummary": true,
      "definition": "The justification of why the procedure was performed."
    }, {
      "path": "Procedure.bodySite",
      "definition": "Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion.",
      "short": "Target body sites",
      "mapping": [ {
        "map": "OBX-20",
        "identity": "v2"
      }, {
        "map": ".targetSiteCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/body-site",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "BodySite"
        } ],
        "description": "Codes describing anatomical locations. May include laterality."
      },
      "id": "Procedure.bodySite",
      "comment": "If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [procedure-targetbodystructure](extension-procedure-targetbodystructure.html).",
      "isSummary": true
    }, {
      "path": "Procedure.outcome",
      "definition": "The outcome of the procedure - did it resolve the reasons for the procedure being performed?",
      "short": "The result of procedure",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=OUT].target.text",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-outcome",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureOutcome"
        } ],
        "description": "An outcome of a procedure - whether it was resolved or otherwise."
      },
      "max": "1",
      "id": "Procedure.outcome",
      "comment": "If outcome contains narrative text only, it can be captured using the CodeableConcept.text.",
      "isSummary": true
    }, {
      "id": "Procedure.report",
      "path": "Procedure.report",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", "http://hl7.org/fhir/StructureDefinition/DocumentReference", "http://hl7.org/fhir/StructureDefinition/Composition" ]
      } ],
      "short": "Any report resulting from the procedure",
      "comment": "There could potentially be multiple reports - e.g. if this was a procedure which took multiple biopsies resulting in a number of anatomical pathology reports.",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN]",
        "identity": "rim"
      } ],
      "definition": "This could be a histology result, pathology report, surgical report, etc."
    }, {
      "id": "Procedure.complication",
      "path": "Procedure.complication",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Complication following the procedure",
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/condition-code",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureComplication"
        } ],
        "description": "Codes describing complications that resulted from a procedure."
      },
      "comment": "If complications are only expressed by the narrative text, they can be captured using the CodeableConcept.text.",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=OUTC].target[classCode=OBS, code=\"complication\", moodCode=EVN].value",
        "identity": "rim"
      } ],
      "definition": "Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues."
    }, {
      "id": "Procedure.complicationDetail",
      "path": "Procedure.complicationDetail",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Condition" ]
      } ],
      "short": "A condition that is a result of the procedure",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=OUTC].target[classCode=OBS, code=\"complication\", moodCode=EVN].value",
        "identity": "rim"
      } ],
      "definition": "Any complications that occurred during the procedure, or in the immediate post-performance period.",
      "requirements": "This is used to document a condition that is a result of the procedure, not the condition that was the reason for the procedure."
    }, {
      "id": "Procedure.followUp",
      "path": "Procedure.followUp",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Instructions for follow up",
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-followup",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureFollowUp"
        } ],
        "description": "Specific follow up required for a procedure e.g. removal of sutures."
      },
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=COMP].target[classCode=ACT, moodCode=INT].code",
        "identity": "rim"
      } ],
      "definition": "If the procedure required specific follow up - e.g. removal of sutures. The follow up may be represented as a simple note or could potentially be more complex, in which case the CarePlan resource can be used."
    }, {
      "id": "Procedure.note",
      "path": "Procedure.note",
      "type": [ {
        "code": "Annotation"
      } ],
      "short": "Additional information about the procedure",
      "mapping": [ {
        "map": "Event.note",
        "identity": "workflow"
      }, {
        "map": "NTE",
        "identity": "v2"
      }, {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value",
        "identity": "rim"
      } ],
      "definition": "Any other notes and comments about the procedure."
    }, {
      "id": "Procedure.focalDevice",
      "path": "Procedure.focalDevice",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Manipulated, implanted, or removed device",
      "mapping": [ {
        "map": ".participation[typeCode=DEV].role[classCode=MANU]",
        "identity": "rim"
      } ],
      "definition": "A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure."
    }, {
      "id": "Procedure.focalDevice.action",
      "max": "1",
      "path": "Procedure.focalDevice.action",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Kind of change to device",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/device-action",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "DeviceActionKind"
        } ],
        "description": "A kind of change that happened to the device during the procedure."
      },
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"procedure device action\"].value=:procedure device action codes",
        "identity": "rim"
      } ],
      "definition": "The kind of change that happened to the device during the procedure."
    }, {
      "id": "Procedure.focalDevice.manipulated",
      "max": "1",
      "min": 1,
      "path": "Procedure.focalDevice.manipulated",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Device" ]
      } ],
      "short": "Device that was changed",
      "mapping": [ {
        "map": ".participation[typeCode=DEV].role[classCode=SDLOC]",
        "identity": "rim"
      } ],
      "definition": "The device that was manipulated (changed) during the procedure."
    }, {
      "id": "Procedure.usedReference",
      "path": "Procedure.usedReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Device", "http://hl7.org/fhir/StructureDefinition/Medication", "http://hl7.org/fhir/StructureDefinition/Substance" ]
      } ],
      "short": "Items used during procedure",
      "comment": "For devices actually implanted or removed, use Procedure.device.",
      "mapping": [ {
        "map": ".participation[typeCode=DEV].role[classCode=MANU] or\n.participation[typeCode=CSM].role[classCode=ADMM] (for Medication or Substance)",
        "identity": "rim"
      } ],
      "definition": "Identifies medications, devices and any other substance used as part of the procedure.",
      "requirements": "Used for tracking contamination, etc."
    }, {
      "id": "Procedure.usedCode",
      "path": "Procedure.usedCode",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Coded items used during the procedure",
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/device-kind",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ProcedureUsed"
        } ],
        "description": "Codes describing items used during a procedure."
      },
      "comment": "For devices actually implanted or removed, use Procedure.device.",
      "mapping": [ {
        "map": "participation[typeCode=Dev].role[classCode=MANU]",
        "identity": "rim"
      } ],
      "definition": "Identifies coded items that were used as part of the procedure."
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}