PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.14.0
    http://fhir.health.gov.il/StructureDefinition/il-core-service-request
{
  "description": "Israel Core proposed constraints and extensions on the ServiceRequest Resource",
  "_filename": "StructureDefinition-il-core-service-request.json",
  "package_name": "il.core.fhir.r4",
  "date": "2024-04-07",
  "derivation": "constraint",
  "publisher": "Israel Core Team",
  "fhirVersion": "4.0.1",
  "name": "ILCoreServiceRequest",
  "abstract": false,
  "type": "ServiceRequest",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore ServiceRequest Profile",
  "package_version": "0.14.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1
  } ],
  "status": "draft",
  "id": "e6f05502-c30a-4154-98a4-b686cbef6d05",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-service-request",
  "version": "0.14.0",
  "differential": {
    "element": [ {
      "id": "ServiceRequest",
      "path": "ServiceRequest",
      "short": "ILCore ServiceRequest Profile",
      "definition": "Israel Core proposed constraints and extensions on the 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",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-service-category"
      },
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ServiceRequest.category:il-core",
      "max": "*",
      "min": 0,
      "path": "ServiceRequest.category",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-service-category"
      },
      "sliceName": "il-core"
    }, {
      "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://fhir.health.gov.il/StructureDefinition/il-core-care-team", "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://fhir.health.gov.il/StructureDefinition/il-core-document-reference" ]
      } ]
    }, {
      "id": "ServiceRequest.specimen",
      "path": "ServiceRequest.specimen",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-specimen" ]
      } ]
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "tal.primak@moh.gov.il",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest"
}