PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.cancer-reporting@2.0.0-ballot
    http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen
description: This Specimen profile defines a pathology specimen that is the focus of an eCP report.
package_name: hl7.fhir.us.cancer-reporting
derivation: constraint
name: USPathologySpecimen
type: Specimen
elements:
  identifier: {index: 0}
  accessionIdentifier: {index: 1}
  status: {mustSupport: true, index: 2}
  receivedTime: {mustSupport: true, index: 3}
  parent: {mustSupport: true, index: 4}
  collection:
    mustSupport: true
    index: 5
    elements:
      collector:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-related-practitioner-role']
        index: 6
      collected:
        mustSupport: true
        choices: [collectedDateTime]
        index: 8
      collectedDateTime: {type: dateTime, mustSupport: true, choiceOf: collected, index: 9}
      method: {mustSupport: true, index: 10}
      bodySite: {mustSupport: true, index: 11}
    required: [collectedDateTime, method, collected]
  container:
    mustSupport: true
    index: 12
    elements:
      identifier: {mustSupport: false, index: 13}
    required: [identifier]
  note: {mustSupport: true, index: 14}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen
version: 2.0.0-ballot
required: [identifier, accessionIdentifier, container]