{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/hospital-admission-request-profile",
  "name": "HospitalAdmissionRequest",
  "title": "入院申请",
  "status": "draft",
  "date": "2023-12-21T10:46:32.3889842+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "https://simplifier.net/winningtest/service-request-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest.extension:clinicalSummary",
        "path": "ServiceRequest.extension",
        "sliceName": "clinicalSummary",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:clinicalTrial",
        "path": "ServiceRequest.extension",
        "sliceName": "clinicalTrial",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:urgent",
        "path": "ServiceRequest.extension",
        "sliceName": "urgent",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:submissionPurpose",
        "path": "ServiceRequest.extension",
        "sliceName": "submissionPurpose",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:orderTemplate",
        "path": "ServiceRequest.extension",
        "sliceName": "orderTemplate",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:electronicSigned",
        "path": "ServiceRequest.extension",
        "sliceName": "electronicSigned",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:DRG",
        "path": "ServiceRequest.extension",
        "sliceName": "DRG",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:requestSource",
        "path": "ServiceRequest.extension",
        "sliceName": "requestSource",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension:wardSelectionCriteria",
        "path": "ServiceRequest.extension",
        "sliceName": "wardSelectionCriteria",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/winningtest/extension-ward-selection-criteria"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "ServiceRequest.identifier:outpatientCertificateId",
        "path": "ServiceRequest.identifier",
        "sliceName": "outpatientCertificateId",
        "short": "门诊单据标识",
        "max": "1"
      },
      {
        "id": "ServiceRequest.identifier:outpatientCertificateId.use",
        "path": "ServiceRequest.identifier.use",
        "max": "0"
      },
      {
        "id": "ServiceRequest.identifier:outpatientCertificateId.type",
        "path": "ServiceRequest.identifier.type",
        "max": "0"
      },
      {
        "id": "ServiceRequest.identifier:outpatientCertificateId.system",
        "path": "ServiceRequest.identifier.system",
        "fixedUri": "urn:oid:1.2.156.112604.1.1.5028"
      },
      {
        "id": "ServiceRequest.identifier:outpatientCertificateId.period",
        "path": "ServiceRequest.identifier.period",
        "max": "0"
      },
      {
        "id": "ServiceRequest.identifier:outpatientCertificateId.assigner",
        "path": "ServiceRequest.identifier.assigner",
        "max": "0"
      },
      {
        "id": "ServiceRequest.basedOn",
        "path": "ServiceRequest.basedOn",
        "max": "0"
      },
      {
        "id": "ServiceRequest.category",
        "path": "ServiceRequest.category",
        "max": "0"
      },
      {
        "id": "ServiceRequest.code",
        "path": "ServiceRequest.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "32485007",
              "display": "Hospital admission (procedure)"
            }
          ],
          "text": "入院处置"
        }
      },
      {
        "id": "ServiceRequest.orderDetail",
        "path": "ServiceRequest.orderDetail",
        "max": "0"
      },
      {
        "id": "ServiceRequest.quantity[x]",
        "path": "ServiceRequest.quantity[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.encounter",
        "path": "ServiceRequest.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/outpatient-encounter-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.occurrence[x]",
        "path": "ServiceRequest.occurrence[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.performerType",
        "path": "ServiceRequest.performerType",
        "max": "0"
      },
      {
        "id": "ServiceRequest.performer",
        "path": "ServiceRequest.performer",
        "max": "0"
      },
      {
        "id": "ServiceRequest.locationCode",
        "path": "ServiceRequest.locationCode",
        "max": "0"
      },
      {
        "id": "ServiceRequest.locationReference",
        "path": "ServiceRequest.locationReference",
        "max": "0"
      },
      {
        "id": "ServiceRequest.reasonCode",
        "path": "ServiceRequest.reasonCode",
        "short": "住院目的",
        "binding": {
          "strength": "required",
          "description": "住院目的代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.105642"
        }
      },
      {
        "id": "ServiceRequest.reasonReference",
        "path": "ServiceRequest.reasonReference",
        "max": "0"
      },
      {
        "id": "ServiceRequest.insurance",
        "path": "ServiceRequest.insurance",
        "max": "0"
      },
      {
        "id": "ServiceRequest.supportingInfo",
        "path": "ServiceRequest.supportingInfo",
        "max": "0"
      },
      {
        "id": "ServiceRequest.bodySite",
        "path": "ServiceRequest.bodySite",
        "max": "0"
      },
      {
        "id": "ServiceRequest.note",
        "path": "ServiceRequest.note",
        "max": "0"
      },
      {
        "id": "ServiceRequest.patientInstruction",
        "path": "ServiceRequest.patientInstruction",
        "max": "0"
      }
    ]
  }
}