PackagesCanonicalsLogsProblems
    Packages
    furore.test.fsh.demo@0.1.0-rc1
    https://furore.com/data/fhir/StructureDefinition/cancer-condition-demo
description: Represent the properties of the primary cancer diagnosis.
package_name: furore.test.fsh.demo
derivation: constraint
name: CancerCondition
type: Condition
elements:
  clinicalStatus: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '363346000', system: 'http://snomed.info/sct', display: Malignant neoplastic disease}
    index: 1
  bodySite:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    mustSupport: true
    index: 2
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo']
    index: 3
  onset:
    choices: [onsetDateTime]
    index: 5
  onsetDateTime: {type: dateTime, choiceOf: onset, index: 6}
package_version: 0.1.0-rc1
class: profile
kind: resource
url: https://furore.com/data/fhir/StructureDefinition/cancer-condition-demo
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.1.0