PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.0.0-ballot
    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: hl7.fhir.uv.ips
derivation: constraint
name: SpecimenUvIps
type: Specimen
elements:
  type:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-specimen-type-uv-ips'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 1
    elements:
      reference: {index: 2}
    required: [reference]
  collection:
    elements:
      method:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-specimen-collection-method-uv-ips'}
        index: 3
      bodySite:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/body-site-uv-ips'}
        index: 4
      fastingStatus:
        choices: [fastingStatusCodeableConcept, fastingStatusDuration]
        index: 6
      fastingStatusCodeableConcept: {type: CodeableConcept, choiceOf: fastingStatus, index: 7}
      fastingStatusDuration: {type: Duration, choiceOf: fastingStatus, index: 8}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Specimen
version: 2.0.0-ballot
required: [type]