PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.cancer@reporting-1.0.0
    http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-service-request
description: This ServiceRequest profile represents the request for analysis of a pathological sample.
package_name: hl7.fhir.us.cancer
derivation: constraint
name: USPathologyServiceRequest
type: ServiceRequest
elements:
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter']
    index: 5
  specimen:
    type: Reference
    refers: ['http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen']
    index: 10
  authoredOn: {isModifier: false, mustSupport: true, index: 8}
  requester: {isModifier: false, mustSupport: true, index: 9}
  code:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code'}
    isModifier: false
    mustSupport: true
    index: 2
    elements:
      coding: {index: 3}
    required: [coding]
  identifier: {isModifier: false, mustSupport: true, index: 0}
  basedOn: {isModifier: false, mustSupport: true, index: 1}
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 4
  occurrence:
    mustSupport: true
    choices: []
    index: 7
package_version: reporting-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-service-request
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest
version: 1.0.0
required: [code]