{
  "resourceType": "StructureDefinition",
  "id": "61185b6e-f9de-4401-9ab5-26cbcd790bf3",
  "meta": {
    "lastUpdated": "2023-05-25T03:45:21.1231892+00:00"
  },
  "url": "https://simplifier.net/winningtest/transfusion-service-request-profile",
  "name": "TransfusionServiceRequest",
  "title": "输血申请",
  "status": "draft",
  "date": "2023-05-25T03:45:57.4741095+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.basedOn",
        "path": "ServiceRequest.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/surgical-procedure-request-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.category:serviceType",
        "path": "ServiceRequest.category",
        "sliceName": "serviceType",
        "short": "临床服务类型",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:1.2.156.112604.1.2.558",
              "code": "urn:oid:1.2.156.112604.1.2.558.39",
              "display": "用血"
            }
          ]
        }
      },
      {
        "id": "ServiceRequest.category:orderType",
        "path": "ServiceRequest.category",
        "sliceName": "orderType",
        "short": "医嘱类型",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:1.2.156.112604.1.2.1051",
              "code": "urn:oid:1.2.156.112604.1.2.1051.9",
              "display": "用血医嘱"
            }
          ]
        }
      },
      {
        "id": "ServiceRequest.category:transfusionRequestType",
        "path": "ServiceRequest.category",
        "sliceName": "transfusionRequestType",
        "short": "用血申请单类型",
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "用血申请单类型代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.106065"
        }
      },
      {
        "id": "ServiceRequest.quantity[x]",
        "path": "ServiceRequest.quantity[x]",
        "short": "开立数量"
      },
      {
        "id": "ServiceRequest.occurrence[x]",
        "path": "ServiceRequest.occurrence[x]",
        "short": "输血时间",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "ServiceRequest.locationCode",
        "path": "ServiceRequest.locationCode",
        "short": "用血地点",
        "max": "1"
      },
      {
        "id": "ServiceRequest.reasonCode",
        "path": "ServiceRequest.reasonCode",
        "short": "输血目的",
        "binding": {
          "strength": "required",
          "description": "输血目的",
          "valueSet": "urn:oid:1.2.156.112604.1.2.95572"
        }
      },
      {
        "id": "ServiceRequest.supportingInfo",
        "path": "ServiceRequest.supportingInfo",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/pre-transfusion-test-report-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      }
    ]
  }
}