PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.radiation@dose-summary-0.1.0
    http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/indication-observation
description: Indication observation related to the radiation administration
package_name: hl7.fhir.uv.radiation
derivation: constraint
name: IndicationObservation
type: Observation
elements:
  code:
    mustSupport: true
    index: 0
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: '121109', system: 'http://dicom.nema.org/resources/ontology/DCM', display: Indications for Procedure}
        index: 1
  subject:
    type: Reference
    short: Related Patient
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 2
  value:
    short: Indications description
    mustSupport: true
    choices: [valueCodeableConcept, valueString]
    index: 4
  valueCodeableConcept: {type: CodeableConcept, index: 7}
  valueString: {type: string, index: 8}
package_version: dose-summary-0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/indication-observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [valueString, value, subject, valueCodeableConcept]