{
  "resourceType": "StructureDefinition",
  "id": "il-core-service-request-lab",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-service-request-lab",
  "version": "0.21.0",
  "name": "ILCoreServiceRequestLab",
  "title": "ILCore ServiceRequest Lab Profile",
  "status": "active",
  "date": "2026-03-23",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Israel Core proposed constraints and extensions on the ILCoreServiceRequest Resource for laboratory observations",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-service-request",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest",
        "path": "ServiceRequest",
        "short": "ILCore ServiceRequest Lab Profile",
        "definition": "Israel Core proposed constraints and extensions on the profile ILCoreServiceRequestLab resource profile."
      },
      {
        "id": "ServiceRequest.category:il-core",
        "path": "ServiceRequest.category",
        "sliceName": "il-core",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ServiceRequest.category:il-core.coding.system",
        "path": "ServiceRequest.category.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "ServiceRequest.category:il-core.coding.code",
        "path": "ServiceRequest.category.coding.code",
        "fixedCode": "108252007"
      },
      {
        "id": "ServiceRequest.code",
        "path": "ServiceRequest.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-observation-lab-code"
        }
      },
      {
        "id": "ServiceRequest.code.coding",
        "path": "ServiceRequest.code.coding",
        "min": 1
      }
    ]
  }
}