PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/Specimen
description: This profile sets minimum expectations for the Specimen resource to searching for and fetching information regarding a sample to be used for the analysis of a patient.
package_name: ndhm.in
derivation: constraint
name: Specimen
type: Specimen
elements:
  type:
    binding: {strength: example, valueSet: 'https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-specimen-types'}
    index: 0
    elements:
      coding:
        mustSupport: true
        index: 1
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 2
          code: {index: 3}
          display: {index: 4}
        required: [display, system, code]
      text: {mustSupport: true, index: 5}
  subject:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient']
    index: 6
  receivedTime: {mustSupport: true, index: 7}
  parent:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Specimen']
    index: 8
  request:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/ServiceRequest']
    index: 9
  collection:
    elements:
      collector:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
        index: 10
      collected:
        choices: [collectedDateTime]
        index: 12
      collectedDateTime: {type: dateTime, choiceOf: collected, index: 13}
    required: [collectedDateTime, collected]
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/Specimen
base: http://hl7.org/fhir/StructureDefinition/Specimen
version: 5.0.0
required: [receivedTime]