{ "description": "Israel Core proposed constraints and extensions on the ServiceRequest Resource", "_filename": "StructureDefinition-il-core-service-request.json", "package_name": "il.core.fhir.r4.2023", "date": "2021-05-02", "derivation": "constraint", "publisher": "Israel Core Team", "fhirVersion": "4.0.1", "name": "ILCoreServiceRequest", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern", "identity": "workflow" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://siframework.org/cqf", "name": "Quality Improvement and Clinical Knowledge (QUICK)", "identity": "quick" } ], "abstract": false, "type": "ServiceRequest", "experimental": null, "resourceType": "StructureDefinition", "title": "ILCore ServiceRequest Profile", "package_version": "0.1.0", "status": "draft", "id": "6ad941e0-a91d-4af4-811b-f3062da8057c", "kind": "resource", "url": "http://fhir.health.gov.il/StructureDefinition/il-core-service-request", "version": "0.12.1", "differential": { "element": [ { "id": "ServiceRequest", "path": "ServiceRequest", "short": "ILCore ServiceRequest Profile", "definition": "Definitions for the profile-ServiceRequest resource profile." }, { "id": "ServiceRequest.basedOn", "path": "ServiceRequest.basedOn", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CarePlan", "http://fhir.health.gov.il/StructureDefinition/il-core-service-request", "http://fhir.health.gov.il/StructureDefinition/il-core-medication-request" ] } ] }, { "id": "ServiceRequest.replaces", "path": "ServiceRequest.replaces", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-service-request" ] } ] }, { "id": "ServiceRequest.status", "path": "ServiceRequest.status", "mustSupport": true }, { "id": "ServiceRequest.intent", "path": "ServiceRequest.intent", "mustSupport": true }, { "id": "ServiceRequest.category", "min": 1, "path": "ServiceRequest.category", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] }, "mustSupport": true }, { "id": "ServiceRequest.category.coding", "path": "ServiceRequest.category.coding", "binding": { "strength": "extensible", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-service-category" } }, { "id": "ServiceRequest.category:il-core", "max": "*", "min": 0, "path": "ServiceRequest.category", "sliceName": "il-core" }, { "id": "ServiceRequest.category:il-core.coding", "path": "ServiceRequest.category.coding", "binding": { "strength": "required", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-service-category" } }, { "id": "ServiceRequest.category:il-core.coding.system", "min": 1, "path": "ServiceRequest.category.coding.system", "patternUri": "http://snomed.info/sct" }, { "id": "ServiceRequest.category:il-core.coding.code", "min": 1, "path": "ServiceRequest.category.coding.code" }, { "id": "ServiceRequest.category:il-core.coding.display", "min": 1, "path": "ServiceRequest.category.coding.display" }, { "id": "ServiceRequest.code", "min": 1, "path": "ServiceRequest.code", "binding": { "strength": "extensible", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-procedure-code" }, "mustSupport": true }, { "id": "ServiceRequest.subject", "path": "ServiceRequest.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-patient", "http://fhir.health.gov.il/StructureDefinition/il-core-group", "http://fhir.health.gov.il/StructureDefinition/il-core-location", "http://fhir.health.gov.il/StructureDefinition/il-core-device" ] } ], "mustSupport": true }, { "id": "ServiceRequest.encounter", "path": "ServiceRequest.encounter", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-encounter" ] } ] }, { "id": "ServiceRequest.occurrence[x]", "path": "ServiceRequest.occurrence[x]", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "$this", "type": "type" } ] }, "mustSupport": true }, { "id": "ServiceRequest.occurrence[x]:occurrenceDateTime", "max": "1", "min": 0, "path": "ServiceRequest.occurrence[x]", "type": [ { "code": "dateTime" } ], "sliceName": "occurrenceDateTime", "mustSupport": true }, { "id": "ServiceRequest.occurrence[x]:occurrenceDateTime.extension", "path": "ServiceRequest.occurrence[x].extension", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "ServiceRequest.occurrence[x]:occurrenceDateTime.extension:relative-date", "max": "1", "min": 0, "path": "ServiceRequest.occurrence[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": "ServiceRequest.occurrence[x]:occurrencePeriod", "max": "1", "min": 0, "path": "ServiceRequest.occurrence[x]", "type": [ { "code": "Period" } ], "sliceName": "occurrencePeriod", "mustSupport": true }, { "id": "ServiceRequest.authoredOn", "path": "ServiceRequest.authoredOn", "mustSupport": true }, { "id": "ServiceRequest.requester", "path": "ServiceRequest.requester", "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" ] } ], "mustSupport": true }, { "id": "ServiceRequest.performer", "path": "ServiceRequest.performer", "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://hl7.org/fhir/StructureDefinition/CareTeam", "http://hl7.org/fhir/StructureDefinition/HealthcareService", "http://fhir.health.gov.il/StructureDefinition/il-core-patient", "http://fhir.health.gov.il/StructureDefinition/il-core-device", "http://fhir.health.gov.il/StructureDefinition/il-core-related-person" ] } ] }, { "id": "ServiceRequest.locationReference", "path": "ServiceRequest.locationReference", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-location" ] } ] }, { "id": "ServiceRequest.reasonCode", "path": "ServiceRequest.reasonCode", "binding": { "strength": "extensible", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-procedure-reason" }, "mustSupport": true }, { "id": "ServiceRequest.reasonReference", "path": "ServiceRequest.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-diagnostic-report", "http://hl7.org/fhir/StructureDefinition/DocumentReference" ] } ] }, { "id": "ServiceRequest.specimen", "path": "ServiceRequest.specimen", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-specimen" ] } ] } ] }, "contact": [ { "telecom": [ { "value": "ido.levin@moh.gov.il", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest" }