{ "description": "Israel Core proposed constraints and extensions on the Procedure Resource", "_filename": "StructureDefinition-il-core-procedure.json", "package_name": "il.core.fhir.r4", "date": "2021-05-02", "derivation": "constraint", "publisher": "Israeli Ministry of Health", "fhirVersion": "4.0.1", "name": "ILCoreProcedure", "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": "ILCore Procedure Profile", "package_version": "0.12.0", "status": "draft", "id": "d56e20a1-7ee6-4035-a56b-9dce53038567", "kind": "resource", "url": "http://fhir.health.gov.il/StructureDefinition/il-core-procedure", "version": "0.12.0", "differential": { "element": [ { "id": "Procedure", "path": "Procedure", "short": "ILCore Procedure Profile", "definition": "Definitions for the profile-Procedure resource profile." }, { "id": "Procedure.basedOn", "path": "Procedure.basedOn", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CarePlan", "http://fhir.health.gov.il/StructureDefinition/il-core-service-request" ] } ] }, { "id": "Procedure.partOf", "path": "Procedure.partOf", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-procedure", "http://fhir.health.gov.il/StructureDefinition/il-core-observation", "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" ] } ] }, { "id": "Procedure.status", "path": "Procedure.status", "mustSupport": true }, { "id": "Procedure.code", "min": 1, "path": "Procedure.code", "binding": { "strength": "extensible", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-procedure-code" }, "example": [ { "label": "Valid Example", "valueCodeableConcept": { "coding": [ { "code": "71388002", "system": "http://snomed.info/sct", "display": "Procedure (procedure)" } ] } } ], "constraint": [ { "key": "il-procedure-sct", "human": "Procedure.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only", "source": "http://fhir.health.gov.il/StructureDefinition/il-core-procedure", "severity": "warning", "expression": "code.coding.where(system='http://snomed.info/sct' and code.exists()).exists()" } ], "mustSupport": true }, { "id": "Procedure.subject", "path": "Procedure.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-patient", "http://fhir.health.gov.il/StructureDefinition/il-core-group" ] } ], "mustSupport": true }, { "id": "Procedure.encounter", "path": "Procedure.encounter", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-encounter" ] } ] }, { "id": "Procedure.performed[x]", "min": 1, "path": "Procedure.performed[x]", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "$this", "type": "type" } ] }, "mustSupport": true }, { "id": "Procedure.performed[x]:performedDateTime", "max": "1", "min": 0, "path": "Procedure.performed[x]", "type": [ { "code": "dateTime" } ], "sliceName": "performedDateTime", "mustSupport": true }, { "id": "Procedure.performed[x]:performedDateTime.extension", "path": "Procedure.performed[x].extension", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "Procedure.performed[x]:performedDateTime.extension:relative-date", "max": "1", "min": 0, "path": "Procedure.performed[x].extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/relative-date" ] } ], "short": "Extension: Relative Date Criteria", "sliceName": "relative-date", "definition": "Specifies that a date is relative to some event. The event happens [Duration] after [Event]." }, { "id": "Procedure.recorder", "path": "Procedure.recorder", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-patient", "http://fhir.health.gov.il/StructureDefinition/il-core-related-person", "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner", "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role" ] } ] }, { "id": "Procedure.asserter", "path": "Procedure.asserter", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-patient", "http://fhir.health.gov.il/StructureDefinition/il-core-related-person", "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner", "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role" ] } ] }, { "id": "Procedure.performer.actor", "path": "Procedure.performer.actor", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner", "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role", "http://fhir.health.gov.il/StructureDefinition/il-core-organization", "http://fhir.health.gov.il/StructureDefinition/il-core-patient", "http://fhir.health.gov.il/StructureDefinition/il-core-related-person", "http://fhir.health.gov.il/StructureDefinition/il-core-device" ] } ] }, { "id": "Procedure.performer.onBehalfOf", "path": "Procedure.performer.onBehalfOf", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ] } ] }, { "id": "Procedure.location", "path": "Procedure.location", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-location" ] } ] }, { "id": "Procedure.reasonCode", "path": "Procedure.reasonCode", "binding": { "strength": "required", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-procedure-reason" } }, { "id": "Procedure.reasonReference", "path": "Procedure.reasonReference", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-condition", "http://fhir.health.gov.il/StructureDefinition/il-core-observation", "http://fhir.health.gov.il/StructureDefinition/il-core-procedure", "http://fhir.health.gov.il/StructureDefinition/il-core-diagnostic-report", "http://hl7.org/fhir/StructureDefinition/DocumentReference" ] } ] }, { "id": "Procedure.bodySite", "path": "Procedure.bodySite", "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/body-site" }, "example": [ { "label": "Valid Example", "valueCodeableConcept": { "coding": [ { "code": "344001", "system": "http://snomed.info/sct", "display": "Ankle" } ] } } ] }, { "id": "Procedure.report", "path": "Procedure.report", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-diagnostic-report", "http://hl7.org/fhir/StructureDefinition/DocumentReference", "http://hl7.org/fhir/StructureDefinition/Composition" ] } ] }, { "id": "Procedure.complication", "path": "Procedure.complication", "binding": { "strength": "extensible", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-condition-code" }, "example": [ { "label": "Valid Example", "valueCodeableConcept": { "coding": [ { "code": "131148009", "system": "http://snomed.info/sct", "display": "Bleeding (finding)" } ] } } ] }, { "id": "Procedure.complicationDetail", "path": "Procedure.complicationDetail", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-condition" ] } ] }, { "id": "Procedure.focalDevice.manipulated", "path": "Procedure.focalDevice.manipulated", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-device" ] } ] }, { "id": "Procedure.usedReference", "path": "Procedure.usedReference", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-device", "http://fhir.health.gov.il/StructureDefinition/il-core-medication", "http://hl7.org/fhir/StructureDefinition/Substance" ] } ] } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure" }