PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.home@lab-report-1.0.0
    http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Specimen-at-home-in-vitro-test
description: This Specimen profile identifies and describes the specimen used in an At-Home In-Vitro Test.
package_name: hl7.fhir.us.home
derivation: constraint
name: SpecimenAtHomeInVitroTest
type: Specimen
elements:
  identifier: {short: System-generated identifier for this Specimen., mustSupport: true, index: 0}
  type:
    short: Type of tissue or material
    mustSupport: true
    index: 1
    elements:
      coding:
        short: The coded specimen type.
        mustSupport: true
        index: 2
        elements:
          system: {mustSupport: true, index: 3}
          code: {mustSupport: true, index: 4}
        required: [system, code]
      text: {short: The specimen text description., mustSupport: true, index: 5}
    required: [coding]
  subject:
    short: The subject is the person who took the at-home test.
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    type: Reference
    mustSupport: true
    index: 6
  collection:
    mustSupport: true
    index: 7
    elements:
      collected:
        mustSupport: true
        choices: [collectedDateTime]
        index: 9
      collectedDateTime: {type: dateTime, mustSupport: true, choiceOf: collected, index: 10}
    required: [collectedDateTime, collected]
package_version: lab-report-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Specimen-at-home-in-vitro-test
base: http://hl7.org/fhir/StructureDefinition/Specimen
version: 1.0.0
required: [collection, subject, type]