PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-specimen
description: This profile sets minimum expectations for a Specimen resource to record, search, and fetch specimens associated with a patient. It is based on the [AU Base Specimen](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-specimen.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Specimen when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context.
package_name: hl7.fhir.au.core
derivation: constraint
name: AUCoreSpecimen
type: Specimen
elements:
  identifier: {mustSupport: true, index: 0}
  accessionIdentifier: {mustSupport: true, index: 1}
  type: {mustSupport: true, index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 3
  request:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest']
    index: 4
  collection:
    mustSupport: true
    index: 5
    elements:
      collector:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
        index: 6
      collected:
        mustSupport: true
        choices: []
        index: 8
      method: {mustSupport: true, index: 9}
      bodySite:
        binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/body-site-1'}
        constraint:
          au-core-spc-01: {human: 'If a coded body site is provided, at least one code shall be from SNOMED CT', source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-specimen', severity: error, expression: 'coding.exists() implies coding.where(system=''http://snomed.info/sct'').exists()'}
        mustSupport: true
        index: 10
      fastingStatus:
        mustSupport: true
        choices: []
        index: 12
    required: [collected]
package_version: 0.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-specimen
base: http://hl7.org.au/fhir/StructureDefinition/au-specimen
version: 0.2.2-preview
required: [subject, type]