HL7 FHIR Implementation Guide: Breast Cancer Data, Release 1 - US Realm (Draft for Comment 2)

This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.2.0: STU 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions

BreastCancerPresenceStatementModel

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:StructureDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "oncology-BreastCancerPresenceStatement-model"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>BC BreastCancerPresenceStatement Logical Model</b></p>\n  <p>Diagnosis of cancer originating in the tissues of the breast, and potentially spread to other organs of the body.</p>\n</div>"
  ];
  fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/oncology-BreastCancerPresenceStatement-model"];
  fhir:StructureDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/us/breastcancer" ];
     fhir:Identifier.value [ fhir:value "oncology.BreastCancerPresenceStatement" ]
  ];
  fhir:StructureDefinition.version [ fhir:value "0.2.0"];
  fhir:StructureDefinition.name [ fhir:value "BreastCancerPresenceStatementModel"];
  fhir:StructureDefinition.title [ fhir:value "BC BreastCancerPresenceStatement Logical Model"];
  fhir:StructureDefinition.status [ fhir:value "draft"];
  fhir:StructureDefinition.date [ fhir:value "2018-08-17T00:00:00+10:00"^^xsd:dateTime];
  fhir:StructureDefinition.publisher [ fhir:value "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)"];
  fhir:StructureDefinition.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cic/index.cfm" ]     ]
  ];
  fhir:StructureDefinition.description [ fhir:value "Diagnosis of cancer originating in the tissues of the breast, and potentially spread to other organs of the body."];
  fhir:StructureDefinition.keyword [
     fhir:index 0;
     a sct:126926005;
     fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
     fhir:Coding.code [ fhir:value "126926005" ];
     fhir:Coding.display [ fhir:value "Neoplasm of breast (disorder)" ]
  ];
  fhir:StructureDefinition.kind [ fhir:value "logical"];
  fhir:StructureDefinition.abstract [ fhir:value "false"^^xsd:boolean];
  fhir:StructureDefinition.type [ fhir:value "oncology-BreastCancerPresenceStatement-model"];
  fhir:StructureDefinition.baseDefinition [ fhir:value "http://hl7.org/fhir/StructureDefinition/Element"];
  fhir:StructureDefinition.derivation [ fhir:value "specialization"];
  fhir:StructureDefinition.snapshot [
     fhir:StructureDefinition.snapshot.element [
       fhir:index 0;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model" ];
       fhir:ElementDefinition.definition [ fhir:value "Diagnosis of cancer originating in the tissues of the breast, and potentially spread to other organs of the body." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 1;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.personOfRecord" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.personOfRecord" ];
       fhir:ElementDefinition.short [ fhir:value "The person this entry belongs to." ];
       fhir:ElementDefinition.definition [ fhir:value "The person this entry belongs to." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.personOfRecord" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-core-PersonOfRecord-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 2;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic" ];
       fhir:ElementDefinition.short [ fhir:value "A condition, independent of context. 'Condition' is interpreted broadly to include disorder, abnormality, problem, injury, complaint, functionality, concern, illness, disease, ailment, sickness, affliction, upset, difficulty, disorder, symptom, worry, or trouble, independent of context." ];
       fhir:ElementDefinition.definition [ fhir:value "A condition, independent of context. 'Condition' is interpreted broadly to include disorder, abnormality, problem, injury, complaint, functionality, concern, illness, disease, ailment, sickness, affliction, upset, difficulty, disorder, symptom, worry, or trouble, independent of context." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 3;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.topicCode" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.topicCode" ];
       fhir:ElementDefinition.short [ fhir:value "The concept representing the finding or action that is the topic of the statement." ];
       fhir:ElementDefinition.definition [ fhir:value "The concept representing the finding or action that is the topic of the statement.\n\nFor action topics, the TopicCode represents the action being described. For findings, the TopicCode represents the 'question' or property being investigated. For evaluation result findings, the TopicCode contains a concept for an observable entity, such as systolic blood pressure. For assertion findings, the TopicCode contains a code representing the condition, allergy, or other item being asserted. In all cases, the TopicCode describes the topic independent of the context of the action or the finding." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.topicCode" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCarcinomaHistologicTypeVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCarcinomaHistologicTypeVS" ]         ]       ]     ], [
       fhir:index 4;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.findingMethod" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.findingMethod" ];
       fhir:ElementDefinition.short [ fhir:value "The technique used to create the finding, for example, the specific imaging technical, lab test code, or assessment vehicle." ];
       fhir:ElementDefinition.definition [ fhir:value "The technique used to create the finding, for example, the specific imaging technical, lab test code, or assessment vehicle." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.findingMethod" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "preferred" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCancerDetectionVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCancerDetectionVS" ]         ]       ]     ], [
       fhir:index 5;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.details" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.details" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C0947611" ]       ];
       fhir:ElementDefinition.short [ fhir:value "A text note containing additional details, explanation, description, comment, or summarization. Details can discuss, support, explain changes to, or dispute information." ];
       fhir:ElementDefinition.definition [ fhir:value "A text note containing additional details, explanation, description, comment, or summarization. Details can discuss, support, explain changes to, or dispute information." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.details" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "string" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 6;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.media" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.media" ];
       fhir:ElementDefinition.short [ fhir:value "A file that contains audio, video, image, or similar content." ];
       fhir:ElementDefinition.definition [ fhir:value "A file that contains audio, video, image, or similar content." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.media" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Media-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 7;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.category" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.category" ];
       fhir:ElementDefinition.short [ fhir:value "A class or division of people or things having particular shared characteristics" ];
       fhir:ElementDefinition.definition [ fhir:value "A class or division of people or things having particular shared characteristics" ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.category" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "preferred" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category" ]         ]       ]     ], [
       fhir:index 8;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.breastSite" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.breastSite" ];
       fhir:ElementDefinition.short [ fhir:value "A body site specific to the breast structure." ];
       fhir:ElementDefinition.definition [ fhir:value "A body site specific to the breast structure." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.breastSite" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/oncology-BreastSite-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 9;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.conditionCause" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.conditionCause" ];
       fhir:ElementDefinition.short [ fhir:value "The cause of the condition. This includes such causes as disease vectors and endogenous states (e.g., macular degeneration due to diabetes), substances, medications, micro-organisms, and forces associated with the occurrence of a Condition from temporal or causative perspectives" ];
       fhir:ElementDefinition.definition [ fhir:value "The cause of the condition. This includes such causes as disease vectors and endogenous states (e.g., macular degeneration due to diabetes), substances, medications, micro-organisms, and forces associated with the occurrence of a Condition from temporal or causative perspectives" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.conditionCause" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ], [
         fhir:index 1;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-entity-Entity-model" ]       ], [
         fhir:index 2;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-statement-ClinicalStatement-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 10;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.alleviatingFactor" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.alleviatingFactor" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:55258-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "55258-8" ]       ];
       fhir:ElementDefinition.short [ fhir:value "Activities that reduce the severity of the pathology" ];
       fhir:ElementDefinition.definition [ fhir:value "Activities that reduce the severity of the pathology" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.alleviatingFactor" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 11;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.exacerbatingFactor" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.exacerbatingFactor" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:55258-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "55258-8" ]       ];
       fhir:ElementDefinition.short [ fhir:value "Activities that increase the severity of the pathology" ];
       fhir:ElementDefinition.definition [ fhir:value "Activities that increase the severity of the pathology" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.exacerbatingFactor" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 12;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext" ];
       fhir:ElementDefinition.short [ fhir:value "The context for a condition that is known, suspected, or possibly present." ];
       fhir:ElementDefinition.definition [ fhir:value "The context for a condition that is known, suspected, or possibly present." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 13;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.contextCode" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.contextCode" ];
       fhir:ElementDefinition.short [ fhir:value "A code representing the ontological status of the statement, e.g., whether it exists, does not exist, is planned, etc." ];
       fhir:ElementDefinition.definition [ fhir:value "A code representing the ontological status of the statement, e.g., whether it exists, does not exist, is planned, etc.\nAttribute aligns with the SNOMED CT Situation with Explicit Context (SWEC) Concept Model context attributes: 'Finding context (attribute)' (SCTID: 408729009) and 'Procedure context (attribute)' (SCTID: 408730004). The range allowed for this attribute shall be consistent with the SNOMED CT concept model specification for SWEC." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.contextCode" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/cimi-context-PresenceContextVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/cimi-context-PresenceContextVS" ]         ]       ]     ], [
       fhir:index 14;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.encounter" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.encounter" ];
       fhir:ElementDefinition.short [ fhir:value "A description of an interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient." ];
       fhir:ElementDefinition.definition [ fhir:value "A description of an interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.encounter" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-encounter-Encounter-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 15;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.verificationStatus" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.verificationStatus" ];
       fhir:ElementDefinition.short [ fhir:value "Whether an assessment has been confirmed by testing or observation." ];
       fhir:ElementDefinition.definition [ fhir:value "Whether an assessment has been confirmed by testing or observation.\nCIMI Alignment: This attribute corresponds to FindingContext.status, but has been defined to align with FHIR. In AllergyIntolerance, the type is code." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.verificationStatus" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 16;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.onset" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.onset" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:85585-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "85585-8" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The beginning or first appearance of a mental or physical disorder." ];
       fhir:ElementDefinition.definition [ fhir:value "The beginning or first appearance of a mental or physical disorder." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.onset" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "dateTime" ]       ], [
         fhir:index 1;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Age-model" ]       ], [
         fhir:index 2;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-TimePeriod-model" ]       ], [
         fhir:index 3;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model" ]       ], [
         fhir:index 4;
         fhir:ElementDefinition.type.code [ fhir:value "string" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 17;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.abatement" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.abatement" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:88878-4;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "88878-4" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The end, remission or resolution." ];
       fhir:ElementDefinition.definition [ fhir:value "The end, remission or resolution." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.abatement" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "dateTime" ]       ], [
         fhir:index 1;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Age-model" ]       ], [
         fhir:index 2;
         fhir:ElementDefinition.type.code [ fhir:value "boolean" ]       ], [
         fhir:index 3;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-TimePeriod-model" ]       ], [
         fhir:index 4;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model" ]       ], [
         fhir:index 5;
         fhir:ElementDefinition.type.code [ fhir:value "string" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 18;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.certainty" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.certainty" ];
       fhir:ElementDefinition.short [ fhir:value "The degree of confidence in a conclusion or assertion." ];
       fhir:ElementDefinition.definition [ fhir:value "The degree of confidence in a conclusion or assertion." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.certainty" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 19;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.clinicalStatus" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.clinicalStatus" ];
       fhir:ElementDefinition.short [ fhir:value "A flag indicating whether the condition is active or inactive, recurring, in remission, or resolved (as of the last update of the Condition)." ];
       fhir:ElementDefinition.definition [ fhir:value "A flag indicating whether the condition is active or inactive, recurring, in remission, or resolved (as of the last update of the Condition)." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.clinicalStatus" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "code" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/ValueSet/condition-clinical>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ValueSet/condition-clinical" ]         ]       ]     ], [
       fhir:index 20;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.whenClinicallyRecognized" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.whenClinicallyRecognized" ];
       fhir:ElementDefinition.short [ fhir:value "The time at which a condition or condition was first identified in a healthcare context." ];
       fhir:ElementDefinition.definition [ fhir:value "The time at which a condition or condition was first identified in a healthcare context." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.whenClinicallyRecognized" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "date" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 21;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.presentOnAdmission" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.presentOnAdmission" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:89251-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "89251-3" ];
         fhir:Coding.display [ fhir:value "Condition present on admission" ]       ];
       fhir:ElementDefinition.short [ fhir:value "If the problem or condition existed before the current episode of care." ];
       fhir:ElementDefinition.definition [ fhir:value "If the problem or condition existed before the current episode of care." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.presentOnAdmission" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-YesNoUnknownVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-YesNoUnknownVS" ]         ]       ]     ], [
       fhir:index 22;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.severity" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.severity" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C0392364" ]       ];
       fhir:ElementDefinition.short [ fhir:value "Degree of harshness or extent of a symptom, disorder, or condition." ];
       fhir:ElementDefinition.definition [ fhir:value "Degree of harshness or extent of a symptom, disorder, or condition." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.severity" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/ValueSet/condition-severity>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ValueSet/condition-severity" ]         ]       ]     ], [
       fhir:index 23;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C0699749" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.definition [ fhir:value "The relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 24;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.value" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.value" ];
       fhir:ElementDefinition.short [ fhir:value "Code representing the relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.definition [ fhir:value "Code representing the relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.value" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 25;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.stageDetail" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.stageDetail" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C2216702" ];
         fhir:Coding.display [ fhir:value "Malignant Neoplasm of Breast Staging" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The full staging information" ];
       fhir:ElementDefinition.definition [ fhir:value "The full staging information" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.stageDetail" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/oncology-BreastCancerStage-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 26;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.morphologyBehavior" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.morphologyBehavior" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a sct:246463000;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "246463000" ];
         fhir:Coding.display [ fhir:value "Behavior of tumor (attribute)" ]       ];
       fhir:ElementDefinition.short [ fhir:value "A description of the morphology and behavioral characteristics of the cancer." ];
       fhir:ElementDefinition.definition [ fhir:value "A description of the morphology and behavioral characteristics of the cancer." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.morphologyBehavior" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-MorphologyBehaviorVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-MorphologyBehaviorVS" ]         ]       ]     ]
  ];
  fhir:StructureDefinition.differential [
     fhir:StructureDefinition.differential.element [
       fhir:index 0;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model" ];
       fhir:ElementDefinition.definition [ fhir:value "Diagnosis of cancer originating in the tissues of the breast, and potentially spread to other organs of the body." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 1;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.personOfRecord" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.personOfRecord" ];
       fhir:ElementDefinition.short [ fhir:value "The person this entry belongs to." ];
       fhir:ElementDefinition.definition [ fhir:value "The person this entry belongs to." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.personOfRecord" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-core-PersonOfRecord-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 2;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic" ];
       fhir:ElementDefinition.short [ fhir:value "A condition, independent of context. 'Condition' is interpreted broadly to include disorder, abnormality, problem, injury, complaint, functionality, concern, illness, disease, ailment, sickness, affliction, upset, difficulty, disorder, symptom, worry, or trouble, independent of context." ];
       fhir:ElementDefinition.definition [ fhir:value "A condition, independent of context. 'Condition' is interpreted broadly to include disorder, abnormality, problem, injury, complaint, functionality, concern, illness, disease, ailment, sickness, affliction, upset, difficulty, disorder, symptom, worry, or trouble, independent of context." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 3;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.topicCode" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.topicCode" ];
       fhir:ElementDefinition.short [ fhir:value "The concept representing the finding or action that is the topic of the statement." ];
       fhir:ElementDefinition.definition [ fhir:value "The concept representing the finding or action that is the topic of the statement.\n\nFor action topics, the TopicCode represents the action being described. For findings, the TopicCode represents the 'question' or property being investigated. For evaluation result findings, the TopicCode contains a concept for an observable entity, such as systolic blood pressure. For assertion findings, the TopicCode contains a code representing the condition, allergy, or other item being asserted. In all cases, the TopicCode describes the topic independent of the context of the action or the finding." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.topicCode" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCarcinomaHistologicTypeVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCarcinomaHistologicTypeVS" ]         ]       ]     ], [
       fhir:index 4;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.findingMethod" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.findingMethod" ];
       fhir:ElementDefinition.short [ fhir:value "The technique used to create the finding, for example, the specific imaging technical, lab test code, or assessment vehicle." ];
       fhir:ElementDefinition.definition [ fhir:value "The technique used to create the finding, for example, the specific imaging technical, lab test code, or assessment vehicle." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.findingMethod" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "preferred" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCancerDetectionVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCancerDetectionVS" ]         ]       ]     ], [
       fhir:index 5;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.details" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.details" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C0947611" ]       ];
       fhir:ElementDefinition.short [ fhir:value "A text note containing additional details, explanation, description, comment, or summarization. Details can discuss, support, explain changes to, or dispute information." ];
       fhir:ElementDefinition.definition [ fhir:value "A text note containing additional details, explanation, description, comment, or summarization. Details can discuss, support, explain changes to, or dispute information." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.details" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "string" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 6;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.media" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.media" ];
       fhir:ElementDefinition.short [ fhir:value "A file that contains audio, video, image, or similar content." ];
       fhir:ElementDefinition.definition [ fhir:value "A file that contains audio, video, image, or similar content." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.media" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Media-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 7;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.category" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.category" ];
       fhir:ElementDefinition.short [ fhir:value "A class or division of people or things having particular shared characteristics" ];
       fhir:ElementDefinition.definition [ fhir:value "A class or division of people or things having particular shared characteristics" ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.category" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "preferred" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category" ]         ]       ]     ], [
       fhir:index 8;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.breastSite" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.breastSite" ];
       fhir:ElementDefinition.short [ fhir:value "A body site specific to the breast structure." ];
       fhir:ElementDefinition.definition [ fhir:value "A body site specific to the breast structure." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.breastSite" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/oncology-BreastSite-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 9;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.conditionCause" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.conditionCause" ];
       fhir:ElementDefinition.short [ fhir:value "The cause of the condition. This includes such causes as disease vectors and endogenous states (e.g., macular degeneration due to diabetes), substances, medications, micro-organisms, and forces associated with the occurrence of a Condition from temporal or causative perspectives" ];
       fhir:ElementDefinition.definition [ fhir:value "The cause of the condition. This includes such causes as disease vectors and endogenous states (e.g., macular degeneration due to diabetes), substances, medications, micro-organisms, and forces associated with the occurrence of a Condition from temporal or causative perspectives" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "*" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.conditionCause" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "*" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ], [
         fhir:index 1;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-entity-Entity-model" ]       ], [
         fhir:index 2;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-statement-ClinicalStatement-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 10;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.alleviatingFactor" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.alleviatingFactor" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:55258-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "55258-8" ]       ];
       fhir:ElementDefinition.short [ fhir:value "Activities that reduce the severity of the pathology" ];
       fhir:ElementDefinition.definition [ fhir:value "Activities that reduce the severity of the pathology" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.alleviatingFactor" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 11;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.exacerbatingFactor" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.exacerbatingFactor" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:55258-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "55258-8" ]       ];
       fhir:ElementDefinition.short [ fhir:value "Activities that increase the severity of the pathology" ];
       fhir:ElementDefinition.definition [ fhir:value "Activities that increase the severity of the pathology" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionAssertionTopic.exacerbatingFactor" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 12;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext" ];
       fhir:ElementDefinition.short [ fhir:value "The context for a condition that is known, suspected, or possibly present." ];
       fhir:ElementDefinition.definition [ fhir:value "The context for a condition that is known, suspected, or possibly present." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 13;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.contextCode" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.contextCode" ];
       fhir:ElementDefinition.short [ fhir:value "A code representing the ontological status of the statement, e.g., whether it exists, does not exist, is planned, etc." ];
       fhir:ElementDefinition.definition [ fhir:value "A code representing the ontological status of the statement, e.g., whether it exists, does not exist, is planned, etc.\nAttribute aligns with the SNOMED CT Situation with Explicit Context (SWEC) Concept Model context attributes: 'Finding context (attribute)' (SCTID: 408729009) and 'Procedure context (attribute)' (SCTID: 408730004). The range allowed for this attribute shall be consistent with the SNOMED CT concept model specification for SWEC." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.contextCode" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/cimi-context-PresenceContextVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/cimi-context-PresenceContextVS" ]         ]       ]     ], [
       fhir:index 14;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.encounter" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.encounter" ];
       fhir:ElementDefinition.short [ fhir:value "A description of an interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient." ];
       fhir:ElementDefinition.definition [ fhir:value "A description of an interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.encounter" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-encounter-Encounter-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 15;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.verificationStatus" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.verificationStatus" ];
       fhir:ElementDefinition.short [ fhir:value "Whether an assessment has been confirmed by testing or observation." ];
       fhir:ElementDefinition.definition [ fhir:value "Whether an assessment has been confirmed by testing or observation.\nCIMI Alignment: This attribute corresponds to FindingContext.status, but has been defined to align with FHIR. In AllergyIntolerance, the type is code." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.verificationStatus" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 16;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.onset" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.onset" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:85585-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "85585-8" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The beginning or first appearance of a mental or physical disorder." ];
       fhir:ElementDefinition.definition [ fhir:value "The beginning or first appearance of a mental or physical disorder." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.onset" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "dateTime" ]       ], [
         fhir:index 1;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Age-model" ]       ], [
         fhir:index 2;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-TimePeriod-model" ]       ], [
         fhir:index 3;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model" ]       ], [
         fhir:index 4;
         fhir:ElementDefinition.type.code [ fhir:value "string" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 17;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.abatement" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.abatement" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:88878-4;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "88878-4" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The end, remission or resolution." ];
       fhir:ElementDefinition.definition [ fhir:value "The end, remission or resolution." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.abatement" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "dateTime" ]       ], [
         fhir:index 1;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Age-model" ]       ], [
         fhir:index 2;
         fhir:ElementDefinition.type.code [ fhir:value "boolean" ]       ], [
         fhir:index 3;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-TimePeriod-model" ]       ], [
         fhir:index 4;
         fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model" ]       ], [
         fhir:index 5;
         fhir:ElementDefinition.type.code [ fhir:value "string" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 18;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.certainty" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.certainty" ];
       fhir:ElementDefinition.short [ fhir:value "The degree of confidence in a conclusion or assertion." ];
       fhir:ElementDefinition.definition [ fhir:value "The degree of confidence in a conclusion or assertion." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.certainty" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 19;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.clinicalStatus" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.clinicalStatus" ];
       fhir:ElementDefinition.short [ fhir:value "A flag indicating whether the condition is active or inactive, recurring, in remission, or resolved (as of the last update of the Condition)." ];
       fhir:ElementDefinition.definition [ fhir:value "A flag indicating whether the condition is active or inactive, recurring, in remission, or resolved (as of the last update of the Condition)." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.clinicalStatus" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "code" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/ValueSet/condition-clinical>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ValueSet/condition-clinical" ]         ]       ]     ], [
       fhir:index 20;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.whenClinicallyRecognized" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.whenClinicallyRecognized" ];
       fhir:ElementDefinition.short [ fhir:value "The time at which a condition or condition was first identified in a healthcare context." ];
       fhir:ElementDefinition.definition [ fhir:value "The time at which a condition or condition was first identified in a healthcare context." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.whenClinicallyRecognized" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "date" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 21;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.presentOnAdmission" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.presentOnAdmission" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a loinc:89251-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "89251-3" ];
         fhir:Coding.display [ fhir:value "Condition present on admission" ]       ];
       fhir:ElementDefinition.short [ fhir:value "If the problem or condition existed before the current episode of care." ];
       fhir:ElementDefinition.definition [ fhir:value "If the problem or condition existed before the current episode of care." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.presentOnAdmission" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-YesNoUnknownVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-YesNoUnknownVS" ]         ]       ]     ], [
       fhir:index 22;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.severity" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.severity" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C0392364" ]       ];
       fhir:ElementDefinition.short [ fhir:value "Degree of harshness or extent of a symptom, disorder, or condition." ];
       fhir:ElementDefinition.definition [ fhir:value "Degree of harshness or extent of a symptom, disorder, or condition." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "0" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.severity" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "0" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/ValueSet/condition-severity>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ValueSet/condition-severity" ]         ]       ]     ], [
       fhir:index 23;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C0699749" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.definition [ fhir:value "The relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "BackboneElement" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 24;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.value" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.value" ];
       fhir:ElementDefinition.short [ fhir:value "Code representing the relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.definition [ fhir:value "Code representing the relative advancement in the course of a disease. The value is the summary stage or stage group. StageDetail optionally contains the full staging information." ];
       fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.value" ];
         fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 25;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.stageDetail" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.stageDetail" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ];
         fhir:Coding.code [ fhir:value "C2216702" ];
         fhir:Coding.display [ fhir:value "Malignant Neoplasm of Breast Staging" ]       ];
       fhir:ElementDefinition.short [ fhir:value "The full staging information" ];
       fhir:ElementDefinition.definition [ fhir:value "The full staging information" ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.conditionPresenceContext.stage.stageDetail" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Reference" ];
         fhir:ElementDefinition.type.targetProfile [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/oncology-BreastCancerStage-model" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ]     ], [
       fhir:index 26;
       fhir:Element.id [ fhir:value "oncology-BreastCancerPresenceStatement-model.morphologyBehavior" ];
       fhir:ElementDefinition.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.morphologyBehavior" ];
       fhir:ElementDefinition.code [
         fhir:index 0;
         a sct:246463000;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "246463000" ];
         fhir:Coding.display [ fhir:value "Behavior of tumor (attribute)" ]       ];
       fhir:ElementDefinition.short [ fhir:value "A description of the morphology and behavioral characteristics of the cancer." ];
       fhir:ElementDefinition.definition [ fhir:value "A description of the morphology and behavioral characteristics of the cancer." ];
       fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
       fhir:ElementDefinition.max [ fhir:value "1" ];
       fhir:ElementDefinition.base [
         fhir:ElementDefinition.base.path [ fhir:value "oncology-BreastCancerPresenceStatement-model.morphologyBehavior" ];
         fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
         fhir:ElementDefinition.base.max [ fhir:value "1" ]       ];
       fhir:ElementDefinition.type [
         fhir:index 0;
         fhir:ElementDefinition.type.code [ fhir:value "Coding" ]       ];
       fhir:ElementDefinition.mustSupport [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.isSummary [ fhir:value "false"^^xsd:boolean ];
       fhir:ElementDefinition.binding [
         fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
         fhir:ElementDefinition.binding.valueSetReference [
           fhir:link <http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-MorphologyBehaviorVS>;
           fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-MorphologyBehaviorVS" ]         ]       ]     ]
  ].

<http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCarcinomaHistologicTypeVS> a fhir:us.

<http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-BreastCancerDetectionVS> a fhir:us.

<http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category> a fhir:us.

<http://hl7.org/fhir/us/breastcancer/ValueSet/cimi-context-PresenceContextVS> a fhir:us.

<http://hl7.org/fhir/ValueSet/condition-clinical> a fhir:ValueSet.

<http://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-YesNoUnknownVS> a fhir:us.

<http://hl7.org/fhir/ValueSet/condition-severity> a fhir:ValueSet.

<http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-MorphologyBehaviorVS> a fhir:us.

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.