PackagesCanonicalsLogsProblems
    Packages
    fhir.ieb.core@0.0.10
    http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb
description: This profile constrains the DiagnosticReport resource to represent diagnostic test and procedure reports in a patient summary.
package_name: fhir.ieb.core
derivation: constraint
name: DiagnosticReportIEB
type: DiagnosticReport
elements:
  category: {type: CodeableConcept, mustSupport: true, index: 1}
  specimen:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips']
    index: 11
  effective[x]:
    extensions: {}
    elements:
      extension: {type: Extension, short: 'effective[x] absence reason', mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 9}
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 7}
  status:
    pattern: {type: code, value: final}
    mustSupport: true
    type: code
    index: 0
  result:
    short: Observation results included in the diagnostic report.
    mustSupport: true
    index: 12
    slicing:
      rules: open
      discriminator:
      - {path: $this.resolve(), type: profile}
      min: null
      slices:
        observation-results:
          match: {}
          schema:
            type: Reference
            mustSupport: true
            refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-pathology-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips']
            index: 13
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 6
  code: {type: CodeableConcept, mustSupport: true, index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 3
    elements:
      reference: {mustSupport: true, index: 4}
    required: [reference]
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips']
    index: 10
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 8}
package_version: 0.0.10
class: profile
kind: resource
url: http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 1.0.0
required: [category, effective, effectiveDateTime, effectivePeriod, subject]