{
  "resourceType": "StructureDefinition",
  "url": "https://luxith-etab.org/fhir/StructureDefinition/lu/LabToLab/ServiceRequestProfile",
  "name": "ServiceRequestProfile",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.identifier",
        "path": "ServiceRequest.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ServiceRequest.priority",
        "path": "ServiceRequest.priority",
        "fixedCode": "routine"
      },
      {
        "id": "ServiceRequest.code",
        "path": "ServiceRequest.code",
        "min": 1
      },
      {
        "id": "ServiceRequest.subject",
        "path": "ServiceRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/Location",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "https://luxith-etab.org/fhir/StructureDefinition/lu/LabToLab/PatientProfile"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.authoredOn",
        "path": "ServiceRequest.authoredOn",
        "min": 1
      },
      {
        "id": "ServiceRequest.requester",
        "path": "ServiceRequest.requester",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://luxith-etab.org/fhir/StructureDefinition/lu/LabToLab/PractitionerProfile"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.note",
        "path": "ServiceRequest.note",
        "min": 1,
        "max": "1"
      }
    ]
  }
}