{
  "resourceType": "StructureDefinition",
  "id": "6cea5a04-33e3-4bf0-9323-84285829dee9",
  "meta": {
    "lastUpdated": "2023-04-24T07:36:54.5188011+00:00"
  },
  "url": "https://simplifier.net/winningtest/media-request-profile",
  "name": "MediaRequest",
  "title": "媒介项目申请",
  "status": "draft",
  "date": "2023-04-24T07:41:20.9036788+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": "DeviceRequest",
  "baseDefinition": "https://simplifier.net/winningtest/device-request-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceRequest.basedOn",
        "path": "DeviceRequest.basedOn",
        "short": "媒介项目对应的检查申请",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/imaging-service-request-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "DeviceRequest.priorRequest",
        "path": "DeviceRequest.priorRequest",
        "max": "0"
      },
      {
        "id": "DeviceRequest.groupIdentifier",
        "path": "DeviceRequest.groupIdentifier",
        "max": "0"
      },
      {
        "id": "DeviceRequest.priority",
        "path": "DeviceRequest.priority",
        "max": "0"
      },
      {
        "id": "DeviceRequest.code[x]",
        "path": "DeviceRequest.code[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "314789007",
              "display": "Diagnostic imaging equipment (physical object)"
            }
          ]
        }
      },
      {
        "id": "DeviceRequest.parameter",
        "path": "DeviceRequest.parameter",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "short": "详情"
      },
      {
        "id": "DeviceRequest.parameter:imagingType",
        "path": "DeviceRequest.parameter",
        "sliceName": "imagingType",
        "short": "胶片类型",
        "max": "1"
      },
      {
        "id": "DeviceRequest.parameter:imagingType.code",
        "path": "DeviceRequest.parameter.code",
        "short": "胶片类型",
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "urn:oid:1.2.156.112604.1.2.104890"
            }
          ]
        }
      },
      {
        "id": "DeviceRequest.parameter:imagingType.value[x]",
        "path": "DeviceRequest.parameter.value[x]",
        "short": "胶片类型代码",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "胶片类型代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.104890"
        }
      },
      {
        "id": "DeviceRequest.subject.reference",
        "path": "DeviceRequest.subject.reference",
        "max": "0"
      },
      {
        "id": "DeviceRequest.subject.type",
        "path": "DeviceRequest.subject.type",
        "max": "0"
      },
      {
        "id": "DeviceRequest.subject.identifier",
        "path": "DeviceRequest.subject.identifier",
        "max": "0"
      },
      {
        "id": "DeviceRequest.subject.display",
        "path": "DeviceRequest.subject.display",
        "max": "0"
      },
      {
        "id": "DeviceRequest.encounter",
        "path": "DeviceRequest.encounter",
        "max": "0"
      },
      {
        "id": "DeviceRequest.occurrence[x]",
        "path": "DeviceRequest.occurrence[x]",
        "max": "0"
      },
      {
        "id": "DeviceRequest.authoredOn",
        "path": "DeviceRequest.authoredOn",
        "max": "0"
      },
      {
        "id": "DeviceRequest.requester",
        "path": "DeviceRequest.requester",
        "max": "0"
      },
      {
        "id": "DeviceRequest.performer",
        "path": "DeviceRequest.performer",
        "max": "0"
      },
      {
        "id": "DeviceRequest.reasonCode",
        "path": "DeviceRequest.reasonCode",
        "max": "0"
      },
      {
        "id": "DeviceRequest.note",
        "path": "DeviceRequest.note",
        "max": "0"
      }
    ]
  }
}