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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-ot-procedure.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-ot-procedure
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-ot-procedure
Statusactive
NameProcedure
TypeProcedure
Kindresource

Resources that use this resource

StructureDefinition
profile-otnotesOTNotes

Resources that this resource uses

StructureDefinition
profile-deviceDevice
profile-diagnosticreportDiagnosticReport
profile-encounterEncounter
profile-identifierIdentifier
profile-medicationadministrationMedicationAdministration
profile-patientPatient
profile-practitionerPractitioner
profile-servicerequestServiceRequest
ValueSet
complication-typesComplication Types Value Set

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-ot-procedure",
  "name": "Procedure",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.contained",
        "path": "Procedure.contained",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-device",
              "https://fhir.synapxe.sg/StructureDefinition/profile-medicationadministration"
            ]
          }
        ]
      },
      {
        "id": "Procedure.identifier",
        "path": "Procedure.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "Procedure.identifier.system",
        "path": "Procedure.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/sequence-no"
      },
      {
        "id": "Procedure.instantiatesCanonical",
        "path": "Procedure.instantiatesCanonical",
        "max": "0"
      },
      {
        "id": "Procedure.instantiatesUri",
        "path": "Procedure.instantiatesUri",
        "max": "0"
      },
      {
        "id": "Procedure.basedOn",
        "path": "Procedure.basedOn",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
            ]
          }
        ]
      },
      {
        "id": "Procedure.partOf",
        "path": "Procedure.partOf",
        "max": "0"
      },
      {
        "id": "Procedure.statusReason.id",
        "path": "Procedure.statusReason.id",
        "max": "0"
      },
      {
        "id": "Procedure.statusReason.extension",
        "path": "Procedure.statusReason.extension",
        "max": "0"
      },
      {
        "id": "Procedure.statusReason.coding",
        "path": "Procedure.statusReason.coding",
        "max": "0"
      },
      {
        "id": "Procedure.statusReason.text",
        "path": "Procedure.statusReason.text",
        "min": 1
      },
      {
        "id": "Procedure.category",
        "path": "Procedure.category",
        "max": "1"
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "min": 1
      },
      {
        "id": "Procedure.code.coding",
        "path": "Procedure.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.code.coding.system",
        "path": "Procedure.code.coding.system",
        "min": 1
      },
      {
        "id": "Procedure.code.coding.code",
        "path": "Procedure.code.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.code.coding.display",
        "path": "Procedure.code.coding.display",
        "min": 1
      },
      {
        "id": "Procedure.subject",
        "path": "Procedure.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "Procedure.subject.id",
        "path": "Procedure.subject.id",
        "max": "0"
      },
      {
        "id": "Procedure.subject.extension",
        "path": "Procedure.subject.extension",
        "max": "0"
      },
      {
        "id": "Procedure.subject.reference",
        "path": "Procedure.subject.reference",
        "max": "0"
      },
      {
        "id": "Procedure.subject.type",
        "path": "Procedure.subject.type",
        "min": 1,
        "fixedUri": "Patient"
      },
      {
        "id": "Procedure.subject.identifier",
        "path": "Procedure.subject.identifier",
        "min": 1
      },
      {
        "id": "Procedure.subject.identifier.id",
        "path": "Procedure.subject.identifier.id",
        "max": "0"
      },
      {
        "id": "Procedure.subject.identifier.extension",
        "path": "Procedure.subject.identifier.extension",
        "max": "0"
      },
      {
        "id": "Procedure.subject.identifier.use",
        "path": "Procedure.subject.identifier.use",
        "max": "0"
      },
      {
        "id": "Procedure.subject.identifier.type",
        "path": "Procedure.subject.identifier.type",
        "max": "0"
      },
      {
        "id": "Procedure.subject.identifier.system",
        "path": "Procedure.subject.identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/nric"
      },
      {
        "id": "Procedure.subject.identifier.value",
        "path": "Procedure.subject.identifier.value",
        "min": 1
      },
      {
        "id": "Procedure.subject.identifier.period",
        "path": "Procedure.subject.identifier.period",
        "max": "0"
      },
      {
        "id": "Procedure.subject.identifier.assigner",
        "path": "Procedure.subject.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Procedure.subject.display",
        "path": "Procedure.subject.display",
        "max": "0"
      },
      {
        "id": "Procedure.focus",
        "path": "Procedure.focus",
        "max": "0"
      },
      {
        "id": "Procedure.encounter",
        "path": "Procedure.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
            ]
          }
        ]
      },
      {
        "id": "Procedure.encounter.id",
        "path": "Procedure.encounter.id",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.extension",
        "path": "Procedure.encounter.extension",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.reference",
        "path": "Procedure.encounter.reference",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.type",
        "path": "Procedure.encounter.type",
        "fixedUri": "Encounter"
      },
      {
        "id": "Procedure.encounter.identifier",
        "path": "Procedure.encounter.identifier",
        "min": 1
      },
      {
        "id": "Procedure.encounter.identifier.id",
        "path": "Procedure.encounter.identifier.id",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.identifier.extension",
        "path": "Procedure.encounter.identifier.extension",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.identifier.use",
        "path": "Procedure.encounter.identifier.use",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.identifier.type",
        "path": "Procedure.encounter.identifier.type",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.identifier.system",
        "path": "Procedure.encounter.identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/event-id"
      },
      {
        "id": "Procedure.encounter.identifier.value",
        "path": "Procedure.encounter.identifier.value",
        "min": 1
      },
      {
        "id": "Procedure.encounter.identifier.period",
        "path": "Procedure.encounter.identifier.period",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.identifier.assigner",
        "path": "Procedure.encounter.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Procedure.encounter.display",
        "path": "Procedure.encounter.display",
        "max": "0"
      },
      {
        "id": "Procedure.occurrence[x]",
        "path": "Procedure.occurrence[x]",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Procedure.recorded",
        "path": "Procedure.recorded",
        "max": "0"
      },
      {
        "id": "Procedure.recorder",
        "path": "Procedure.recorder",
        "max": "0"
      },
      {
        "id": "Procedure.reported[x]",
        "path": "Procedure.reported[x]",
        "max": "0"
      },
      {
        "id": "Procedure.performer.id",
        "path": "Procedure.performer.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.extension",
        "path": "Procedure.performer.extension",
        "max": "0"
      },
      {
        "id": "Procedure.performer.modifierExtension",
        "path": "Procedure.performer.modifierExtension",
        "max": "0"
      },
      {
        "id": "Procedure.performer.function",
        "path": "Procedure.performer.function",
        "min": 1
      },
      {
        "id": "Procedure.performer.function.id",
        "path": "Procedure.performer.function.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.function.extension",
        "path": "Procedure.performer.function.extension",
        "max": "0"
      },
      {
        "id": "Procedure.performer.function.coding",
        "path": "Procedure.performer.function.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.performer.function.coding.id",
        "path": "Procedure.performer.function.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.function.coding.extension",
        "path": "Procedure.performer.function.coding.extension",
        "max": "0"
      },
      {
        "id": "Procedure.performer.function.coding.system",
        "path": "Procedure.performer.function.coding.system",
        "min": 1
      },
      {
        "id": "Procedure.performer.function.coding.code",
        "path": "Procedure.performer.function.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.performer.function.coding.display",
        "path": "Procedure.performer.function.coding.display",
        "min": 1
      },
      {
        "id": "Procedure.performer.function.coding.userSelected",
        "path": "Procedure.performer.function.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.performer.function.text",
        "path": "Procedure.performer.function.text",
        "max": "0"
      },
      {
        "id": "Procedure.performer.actor",
        "path": "Procedure.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "Procedure.performer.onBehalfOf",
        "path": "Procedure.performer.onBehalfOf",
        "max": "0"
      },
      {
        "id": "Procedure.performer.period",
        "path": "Procedure.performer.period",
        "min": 1
      },
      {
        "id": "Procedure.performer.period.id",
        "path": "Procedure.performer.period.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.period.extension",
        "path": "Procedure.performer.period.extension",
        "max": "0"
      },
      {
        "id": "Procedure.performer.period.start",
        "path": "Procedure.performer.period.start",
        "min": 1
      },
      {
        "id": "Procedure.performer.period.end",
        "path": "Procedure.performer.period.end",
        "min": 1
      },
      {
        "id": "Procedure.location.id",
        "path": "Procedure.location.id",
        "max": "0"
      },
      {
        "id": "Procedure.location.extension",
        "path": "Procedure.location.extension",
        "max": "0"
      },
      {
        "id": "Procedure.location.reference",
        "path": "Procedure.location.reference",
        "max": "0"
      },
      {
        "id": "Procedure.location.type",
        "path": "Procedure.location.type",
        "max": "0"
      },
      {
        "id": "Procedure.location.identifier",
        "path": "Procedure.location.identifier",
        "max": "0"
      },
      {
        "id": "Procedure.location.display",
        "path": "Procedure.location.display",
        "min": 1
      },
      {
        "id": "Procedure.reason",
        "path": "Procedure.reason",
        "max": "1"
      },
      {
        "id": "Procedure.reason.id",
        "path": "Procedure.reason.id",
        "max": "0"
      },
      {
        "id": "Procedure.reason.extension",
        "path": "Procedure.reason.extension",
        "max": "0"
      },
      {
        "id": "Procedure.reason.concept",
        "path": "Procedure.reason.concept",
        "min": 1
      },
      {
        "id": "Procedure.reason.concept.id",
        "path": "Procedure.reason.concept.id",
        "max": "0"
      },
      {
        "id": "Procedure.reason.concept.extension",
        "path": "Procedure.reason.concept.extension",
        "max": "0"
      },
      {
        "id": "Procedure.reason.concept.coding",
        "path": "Procedure.reason.concept.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.reason.concept.coding.id",
        "path": "Procedure.reason.concept.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.reason.concept.coding.extension",
        "path": "Procedure.reason.concept.coding.extension",
        "max": "0"
      },
      {
        "id": "Procedure.reason.concept.coding.system",
        "path": "Procedure.reason.concept.coding.system",
        "min": 1
      },
      {
        "id": "Procedure.reason.concept.coding.version",
        "path": "Procedure.reason.concept.coding.version",
        "max": "0"
      },
      {
        "id": "Procedure.reason.concept.coding.code",
        "path": "Procedure.reason.concept.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.reason.concept.coding.display",
        "path": "Procedure.reason.concept.coding.display",
        "min": 1
      },
      {
        "id": "Procedure.reason.concept.coding.userSelected",
        "path": "Procedure.reason.concept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.reason.concept.text",
        "path": "Procedure.reason.concept.text",
        "max": "0"
      },
      {
        "id": "Procedure.reason.reference",
        "path": "Procedure.reason.reference",
        "max": "0"
      },
      {
        "id": "Procedure.bodySite.id",
        "path": "Procedure.bodySite.id",
        "max": "0"
      },
      {
        "id": "Procedure.bodySite.extension",
        "path": "Procedure.bodySite.extension",
        "max": "0"
      },
      {
        "id": "Procedure.bodySite.coding",
        "path": "Procedure.bodySite.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.bodySite.coding.id",
        "path": "Procedure.bodySite.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.bodySite.coding.extension",
        "path": "Procedure.bodySite.coding.extension",
        "max": "0"
      },
      {
        "id": "Procedure.bodySite.coding.system",
        "path": "Procedure.bodySite.coding.system",
        "min": 1
      },
      {
        "id": "Procedure.bodySite.coding.code",
        "path": "Procedure.bodySite.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.bodySite.coding.display",
        "path": "Procedure.bodySite.coding.display",
        "min": 1
      },
      {
        "id": "Procedure.bodySite.coding.userSelected",
        "path": "Procedure.bodySite.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.bodySite.text",
        "path": "Procedure.bodySite.text",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.id",
        "path": "Procedure.outcome.id",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.extension",
        "path": "Procedure.outcome.extension",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.coding",
        "path": "Procedure.outcome.coding",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.coding.id",
        "path": "Procedure.outcome.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.coding.extension",
        "path": "Procedure.outcome.coding.extension",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.coding.system",
        "path": "Procedure.outcome.coding.system",
        "min": 1
      },
      {
        "id": "Procedure.outcome.coding.code",
        "path": "Procedure.outcome.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.outcome.coding.display",
        "path": "Procedure.outcome.coding.display",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.coding.userSelected",
        "path": "Procedure.outcome.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.outcome.text",
        "path": "Procedure.outcome.text",
        "min": 1
      },
      {
        "id": "Procedure.report",
        "path": "Procedure.report",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport"
            ]
          }
        ]
      },
      {
        "id": "Procedure.report.id",
        "path": "Procedure.report.id",
        "max": "0"
      },
      {
        "id": "Procedure.report.extension",
        "path": "Procedure.report.extension",
        "max": "0"
      },
      {
        "id": "Procedure.complication",
        "path": "Procedure.complication",
        "max": "1"
      },
      {
        "id": "Procedure.complication.id",
        "path": "Procedure.complication.id",
        "max": "0"
      },
      {
        "id": "Procedure.complication.extension",
        "path": "Procedure.complication.extension",
        "max": "0"
      },
      {
        "id": "Procedure.complication.concept",
        "path": "Procedure.complication.concept",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/complication-types"
        }
      },
      {
        "id": "Procedure.complication.concept.id",
        "path": "Procedure.complication.concept.id",
        "max": "0"
      },
      {
        "id": "Procedure.complication.concept.extension",
        "path": "Procedure.complication.concept.extension",
        "max": "0"
      },
      {
        "id": "Procedure.complication.concept.coding",
        "path": "Procedure.complication.concept.coding",
        "max": "1"
      },
      {
        "id": "Procedure.complication.concept.coding.id",
        "path": "Procedure.complication.concept.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.complication.concept.coding.extension",
        "path": "Procedure.complication.concept.coding.extension",
        "max": "0"
      },
      {
        "id": "Procedure.complication.concept.coding.system",
        "path": "Procedure.complication.concept.coding.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/complication-types"
      },
      {
        "id": "Procedure.complication.concept.coding.code",
        "path": "Procedure.complication.concept.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.complication.concept.coding.display",
        "path": "Procedure.complication.concept.coding.display",
        "min": 1
      },
      {
        "id": "Procedure.complication.concept.coding.userSelected",
        "path": "Procedure.complication.concept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.complication.reference",
        "path": "Procedure.complication.reference",
        "max": "0"
      },
      {
        "id": "Procedure.followUp",
        "path": "Procedure.followUp",
        "max": "1",
        "binding": {
          "strength": "required"
        }
      },
      {
        "id": "Procedure.followUp.id",
        "path": "Procedure.followUp.id",
        "max": "0"
      },
      {
        "id": "Procedure.followUp.extension",
        "path": "Procedure.followUp.extension",
        "max": "0"
      },
      {
        "id": "Procedure.followUp.coding",
        "path": "Procedure.followUp.coding",
        "max": "1"
      },
      {
        "id": "Procedure.followUp.coding.id",
        "path": "Procedure.followUp.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.followUp.coding.extension",
        "path": "Procedure.followUp.coding.extension",
        "max": "0"
      },
      {
        "id": "Procedure.followUp.coding.system",
        "path": "Procedure.followUp.coding.system",
        "min": 1,
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/followup-types"
      },
      {
        "id": "Procedure.followUp.coding.code",
        "path": "Procedure.followUp.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.followUp.coding.display",
        "path": "Procedure.followUp.coding.display",
        "min": 1
      },
      {
        "id": "Procedure.followUp.coding.userSelected",
        "path": "Procedure.followUp.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.note",
        "path": "Procedure.note",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.note.id",
        "path": "Procedure.note.id",
        "max": "0"
      },
      {
        "id": "Procedure.note.extension",
        "path": "Procedure.note.extension",
        "max": "0"
      },
      {
        "id": "Procedure.note.author[x]",
        "path": "Procedure.note.author[x]",
        "max": "0"
      },
      {
        "id": "Procedure.note.time",
        "path": "Procedure.note.time",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.id",
        "path": "Procedure.focalDevice.id",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.extension",
        "path": "Procedure.focalDevice.extension",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.modifierExtension",
        "path": "Procedure.focalDevice.modifierExtension",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.action",
        "path": "Procedure.focalDevice.action",
        "min": 1
      },
      {
        "id": "Procedure.focalDevice.action.id",
        "path": "Procedure.focalDevice.action.id",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.action.extension",
        "path": "Procedure.focalDevice.action.extension",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.action.coding",
        "path": "Procedure.focalDevice.action.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.focalDevice.action.coding.id",
        "path": "Procedure.focalDevice.action.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.action.coding.extension",
        "path": "Procedure.focalDevice.action.coding.extension",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.action.coding.system",
        "path": "Procedure.focalDevice.action.coding.system",
        "min": 1
      },
      {
        "id": "Procedure.focalDevice.action.coding.code",
        "path": "Procedure.focalDevice.action.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.focalDevice.action.coding.display",
        "path": "Procedure.focalDevice.action.coding.display",
        "min": 1
      },
      {
        "id": "Procedure.focalDevice.action.coding.userSelected",
        "path": "Procedure.focalDevice.action.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.action.text",
        "path": "Procedure.focalDevice.action.text",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.manipulated",
        "path": "Procedure.focalDevice.manipulated",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-device"
            ],
            "aggregation": [
              "contained"
            ]
          }
        ]
      },
      {
        "id": "Procedure.focalDevice.manipulated.id",
        "path": "Procedure.focalDevice.manipulated.id",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice.manipulated.extension",
        "path": "Procedure.focalDevice.manipulated.extension",
        "max": "0"
      },
      {
        "id": "Procedure.used.id",
        "path": "Procedure.used.id",
        "max": "0"
      },
      {
        "id": "Procedure.used.extension",
        "path": "Procedure.used.extension",
        "max": "0"
      },
      {
        "id": "Procedure.used.concept",
        "path": "Procedure.used.concept",
        "max": "0"
      },
      {
        "id": "Procedure.used.reference",
        "path": "Procedure.used.reference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-medicationadministration",
              "https://fhir.synapxe.sg/StructureDefinition/profile-device"
            ]
          }
        ]
      },
      {
        "id": "Procedure.used.reference.id",
        "path": "Procedure.used.reference.id",
        "max": "0"
      },
      {
        "id": "Procedure.used.reference.extension",
        "path": "Procedure.used.reference.extension",
        "max": "0"
      },
      {
        "id": "Procedure.used.reference.reference",
        "path": "Procedure.used.reference.reference",
        "min": 1
      },
      {
        "id": "Procedure.used.reference.type",
        "path": "Procedure.used.reference.type",
        "max": "0"
      },
      {
        "id": "Procedure.used.reference.identifier",
        "path": "Procedure.used.reference.identifier",
        "max": "0"
      },
      {
        "id": "Procedure.used.reference.display",
        "path": "Procedure.used.reference.display",
        "max": "0"
      },
      {
        "id": "Procedure.supportingInfo",
        "path": "Procedure.supportingInfo",
        "max": "0"
      }
    ]
  }
}