{
  "resourceType": "StructureDefinition",
  "id": "6ad9bf78-ab72-4af3-9910-418b977feffb",
  "meta": {
    "lastUpdated": "2022-11-10T10:00:22.2366744+00:00"
  },
  "url": "https://simplifier.net/winningtest/laboratory-service-request-profile",
  "name": "LaboratoryServiceRequest",
  "title": "检验服务申请",
  "status": "draft",
  "date": "2022-11-10T10:00:37.6338704+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "https://simplifier.net/winningtest/service-request-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.extension",
        "path": "ServiceRequest.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "ServiceRequest.extension:daySurgery",
        "path": "ServiceRequest.extension",
        "sliceName": "daySurgery",
        "short": "是否日间手术",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/winningtest/extension-day-surgery"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.identifier",
        "path": "ServiceRequest.identifier",
        "min": 1
      },
      {
        "id": "ServiceRequest.identifier:clinicalOrderItemId",
        "path": "ServiceRequest.identifier",
        "sliceName": "clinicalOrderItemId",
        "min": 1
      },
      {
        "id": "ServiceRequest.category:serviceType",
        "path": "ServiceRequest.category",
        "sliceName": "serviceType",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:1.2.156.112604.1.2.558",
              "code": "urn:oid:1.2.156.112604.1.2.558.3",
              "display": "检验"
            }
          ]
        }
      },
      {
        "id": "ServiceRequest.category:orderType",
        "path": "ServiceRequest.category",
        "sliceName": "orderType",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:1.2.156.112604.1.2.1051",
              "code": "urn:oid:1.2.156.112604.1.2.1051.4",
              "display": "检验医嘱"
            }
          ]
        }
      },
      {
        "id": "ServiceRequest.bodySite",
        "path": "ServiceRequest.bodySite",
        "short": "检验部位"
      }
    ]
  }
}