PackagesCanonicalsLogsProblems
    Packages
    HIE2.packages@0.1.1
    http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips
description: This profile constrains the Specimen resource to represent the characteristics of a biological specimens in the context of laboratory results integrated to a patient summary.
package_name: HIE2.packages
derivation: constraint
name: SpecimenUvIps
type: Specimen
elements:
  type:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-specimen-type-gps-uv-ips'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 1
    elements:
      reference: {mustSupport: true, index: 2}
    required: [reference]
  collection:
    mustSupport: true
    index: 3
    elements:
      method:
        type: CodeableConcept
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-specimen-collection-method-gps-uv-ips'}
        index: 4
      bodySite: {type: CodeableConcept, index: 5}
      fastingStatus:
        mustSupport: true
        choices: [fastingStatusCodeableConcept, fastingStatusDuration]
        index: 7
      fastingStatusCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: fastingStatus, index: 8}
      fastingStatusDuration: {type: Duration, mustSupport: true, choiceOf: fastingStatus, index: 9}
package_version: 0.1.1
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Specimen
version: 1.0.0
required: [type]