PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.dapl@1.0.0-ballot
    http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-lab-observation
description: The profile iestablishes the core elements, extensions, vocabularies and value sets for representing deidentified or anonymized lab observations.
package_name: hl7.fhir.us.dapl
derivation: constraint
name: DAPLLabObservation
type: Observation
elements:
  category: {mustSupport: true, array: true, min: 1, index: 4}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-encounter']
    index: 8
    elements:
      display: {mustSupport: false, index: 9}
  value:
    mustSupport: true
    choices: []
    index: 15
  component:
    mustSupport: true
    array: true
    index: 17
    elements:
      code:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-laboratory-test-codes'}
        mustSupport: true
        index: 18
      value:
        mustSupport: true
        choices: []
        index: 20
    required: [code]
  contained: {short: Cannot include any contained resources in the resource as part of the deidentified or anonymized data., mustSupport: false, index: 2}
  status: {mustSupport: true, index: 3}
  effective:
    mustSupport: true
    choices: []
    index: 11
  id: {short: The Observation identifier generated by the DARTS deidentification or anonymization service, mustSupport: true, index: 0}
  code:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-laboratory-test-codes'}
    mustSupport: true
    index: 5
  bodySite: {mustSupport: true, index: 16}
  issued: {mustSupport: true, index: 12}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient']
    index: 6
    elements:
      display: {mustSupport: false, index: 7}
  performer: {mustSupport: true, array: true, index: 13}
  text: {short: Cannot include any text in the resource as part of the deidentified or anonymized data., mustSupport: false, index: 1}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-lab-observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [status, subject, category, code]