PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.dapl@1.0.0-ballot
    http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-procedure
description: The profile establishes the core elements, extensions, vocabularies and value sets for representing deidentified or anonymized procedures.
package_name: hl7.fhir.us.dapl
derivation: constraint
name: DAPLProcedure
type: Procedure
elements:
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-encounter']
    index: 9
  statusReason: {mustSupport: true, index: 6}
  performed:
    mustSupport: true
    choices: []
    index: 11
  extension:
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-recordedDate-extension
    index: 3
    slicing:
      slices:
        assertedDate:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-recordedDate-extension', index: 3}
          min: 0
          max: 1
        eventRecordedDate:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-event-recorded-datetime-extension', index: 4}
          min: 0
          max: 1
  contained: {short: Cannot include any contained resources in the resource as part of the de-identified or anonymized data., mustSupport: false, index: 2}
  status: {mustSupport: true, index: 5}
  id: {short: The  Procedure identifier created 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-procedure-code'}
    mustSupport: true
    index: 7
  bodySite: {mustSupport: true, array: true, index: 13}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient']
    index: 8
  performer: {mustSupport: true, array: true, index: 12}
  text: {short: Cannot include any text in the resource as part of the de-identified or anonymized data., mustSupport: false, index: 1}
package_version: 1.0.0-ballot
extensions:
  assertedDate: {url: 'http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-recordedDate-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 3}
  eventRecordedDate: {url: 'http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-event-recorded-datetime-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 4}
class: profile
kind: resource
url: http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-procedure
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 1.0.0-ballot
required: [status, subject, code]