PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.dapl@1.0.0-ballot
    http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-servicerequest
description: The DAPL profile establishes the core elements, extensions, vocabularies and value sets for representing deidentified and anonymized ServiceRequest.
package_name: hl7.fhir.us.dapl
derivation: constraint
name: DAPLServiceRequest
type: ServiceRequest
elements:
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-encounter']
    index: 8
  authoredOn: {mustSupport: true, index: 11}
  contained: {short: Cannot include any contained resources in the resource as part of the de-identified or anonymized data., mustSupport: false, index: 2}
  requester: {mustSupport: true, index: 12}
  status: {mustSupport: true, index: 3}
  id: {short: The ServiceRequest identifier created by the DARTS services potentially linked back to the original ServiceRequest as needed., mustSupport: true, index: 0}
  code:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code'}
    mustSupport: true
    index: 6
  doNotPerform: {mustSupport: true, index: 5}
  bodySite: {mustSupport: true, array: true, index: 13}
  intent: {mustSupport: true, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient']
    index: 7
  occurrence:
    mustSupport: true
    choices: []
    index: 10
  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
class: profile
kind: resource
url: http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-servicerequest
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.0.0-ballot
required: [status, subject, intent, doNotPerform, code]