PackagesCanonicalsLogsProblems
    Packages
    uz.dhp.integrations@0.7.0
    https://dhp.uz/fhir/integrations/StructureDefinition/dhis-observation-xray
description: Profile for recording chest X-ray findings used in tuberculosis screening and diagnosis in the DHIS information system.
package_name: uz.dhp.integrations
derivation: constraint
name: DHISObservationXray
type: Observation
elements:
  identifier: {short: Identifier for the observation., index: 0}
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
    index: 1
  subject:
    type: Reference
    refers: ['https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient|0.7.0']
    index: 2
  effective:
    choices: [effectiveDateTime]
    index: 4
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 5}
  performer:
    type: Reference
    refers: ['https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization|0.7.0']
    index: 6
  value:
    choices: [valueBoolean]
    index: 8
  valueBoolean: {type: boolean, choiceOf: value, index: 9}
package_version: 0.7.0
class: profile
kind: resource
url: https://dhp.uz/fhir/integrations/StructureDefinition/dhis-observation-xray
base: https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation|0.7.0
version: 0.7.0
required: [subject]