ICHOM FHIR Implementation Guide: Breast Cancer
0.0.1 - ci-build International flag

ICHOM FHIR Implementation Guide: Breast Cancer, published by ICHOM. This is not an authorized publication; it is the continuous build for version 0.0.1). This version is based on the current content of https://github.com/HL7/fhir-ichom-breast-cancer-ig/ and changes regularly. See the Directory of published versions

: Bundle of all valuesystems and questionnaires related to Survival and Disease control - TTL Representation

Raw ttl | Download


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

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

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "DebugBundleSurvival"];
  fhir:Bundle.type [ fhir:value "transaction"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.resource [
       a fhir:CodeSystem;
       fhir:Resource.id [ fhir:value "RecurrenceCodeSystem" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"RecurrenceCodeSystem\" </p></div><p><b>url</b>: <code>http://connect.ichom.org/fhir/CodeSystem/recurrence</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: RecurrenceCodeSystem</p><p><b>title</b>: Recurrence of neoplasm</p><p><b>status</b>: active</p><p><b>description</b>: Codes used to indicate recurrence of neoplasm</p><p><b>caseSensitive</b>: true</p><p><b>content</b>: complete</p><p><b>count</b>: 5</p><blockquote><p><b>concept</b></p><p><b>code</b>: 0</p><p><b>display</b>: No</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1</p><p><b>display</b>: Yes, local recurrence</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 2</p><p><b>display</b>: Yes, regional recurrence</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 3</p><p><b>display</b>: Yes, distant recurrence</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 999</p><p><b>display</b>: Unknown</p></blockquote></div>"       ];
       fhir:CodeSystem.url [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ];
       fhir:CodeSystem.version [ fhir:value "0.0.1" ];
       fhir:CodeSystem.name [ fhir:value "RecurrenceCodeSystem" ];
       fhir:CodeSystem.title [ fhir:value "Recurrence of neoplasm" ];
       fhir:CodeSystem.status [ fhir:value "active" ];
       fhir:CodeSystem.description [ fhir:value "Codes used to indicate recurrence of neoplasm" ];
       fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean ];
       fhir:CodeSystem.content [ fhir:value "complete" ];
       fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger ];
       fhir:CodeSystem.concept [
         fhir:index 0;
         fhir:CodeSystem.concept.code [ fhir:value "0" ];
         fhir:CodeSystem.concept.display [ fhir:value "No" ]       ], [
         fhir:index 1;
         fhir:CodeSystem.concept.code [ fhir:value "1" ];
         fhir:CodeSystem.concept.display [ fhir:value "Yes, local recurrence" ]       ], [
         fhir:index 2;
         fhir:CodeSystem.concept.code [ fhir:value "2" ];
         fhir:CodeSystem.concept.display [ fhir:value "Yes, regional recurrence" ]       ], [
         fhir:index 3;
         fhir:CodeSystem.concept.code [ fhir:value "3" ];
         fhir:CodeSystem.concept.display [ fhir:value "Yes, distant recurrence" ]       ], [
         fhir:index 4;
         fhir:CodeSystem.concept.code [ fhir:value "999" ];
         fhir:CodeSystem.concept.display [ fhir:value "Unknown" ]       ]     ];
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
       fhir:Bundle.entry.request.url [ fhir:value "CodeSystem/RecurrenceCodeSystem" ]     ]
  ], [
     fhir:index 1;
     fhir:Bundle.entry.resource [
       a fhir:ValueSet;
       fhir:Resource.id [ fhir:value "RecurrenceValueSet" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"RecurrenceValueSet\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/RecurrenceValueSet</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: RecurrenceValueSet</p><p><b>title</b>: Recurrence of neoplasm</p><p><b>status</b>: active</p><p><b>description</b>: Codes used to indicate recurrence of neoplasm</p><blockquote><p><b>compose</b></p><h3>Includes</h3><table class=\"grid\"><tr><td>-</td><td><b>System</b></td></tr><tr><td>*</td><td><a href=\"Bundle-DebugBundleSurvival.html\">Recurrence of neoplasm</a></td></tr></table></blockquote></div>"       ];
       fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/RecurrenceValueSet" ];
       fhir:ValueSet.version [ fhir:value "0.0.1" ];
       fhir:ValueSet.name [ fhir:value "RecurrenceValueSet" ];
       fhir:ValueSet.title [ fhir:value "Recurrence of neoplasm" ];
       fhir:ValueSet.status [ fhir:value "active" ];
       fhir:ValueSet.description [ fhir:value "Codes used to indicate recurrence of neoplasm" ];
       fhir:ValueSet.compose [
         fhir:ValueSet.compose.include [
           fhir:index 0;
           fhir:ValueSet.compose.include.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ]         ]       ]     ];
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
       fhir:Bundle.entry.request.url [ fhir:value "ValueSet/RecurrenceValueSet" ]     ]
  ], [
     fhir:index 2;
     fhir:Bundle.entry.resource [
       a fhir:CodeSystem;
       fhir:Resource.id [ fhir:value "RecurrenceMethodCodeSystem" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"RecurrenceMethodCodeSystem\" </p></div><p><b>url</b>: <code>http://connect.ichom.org/fhir/CodeSystem/recurrence_method</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: RecurrenceMethodCodeSystem</p><p><b>title</b>: Method of confirming recurrence</p><p><b>status</b>: active</p><p><b>description</b>: Codes used describe the method to confirm recurrence of neoplasm</p><p><b>caseSensitive</b>: true</p><p><b>content</b>: complete</p><p><b>count</b>: 4</p><blockquote><p><b>concept</b></p><p><b>code</b>: 0</p><p><b>display</b>: Radiological diagnosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1</p><p><b>display</b>: Histological diagnosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 2</p><p><b>display</b>: Radiological and histological diagnosis</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 999</p><p><b>display</b>: Unknown</p></blockquote></div>"       ];
       fhir:CodeSystem.url [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence_method" ];
       fhir:CodeSystem.version [ fhir:value "0.0.1" ];
       fhir:CodeSystem.name [ fhir:value "RecurrenceMethodCodeSystem" ];
       fhir:CodeSystem.title [ fhir:value "Method of confirming recurrence" ];
       fhir:CodeSystem.status [ fhir:value "active" ];
       fhir:CodeSystem.description [ fhir:value "Codes used describe the method to confirm recurrence of neoplasm" ];
       fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean ];
       fhir:CodeSystem.content [ fhir:value "complete" ];
       fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger ];
       fhir:CodeSystem.concept [
         fhir:index 0;
         fhir:CodeSystem.concept.code [ fhir:value "0" ];
         fhir:CodeSystem.concept.display [ fhir:value "Radiological diagnosis" ]       ], [
         fhir:index 1;
         fhir:CodeSystem.concept.code [ fhir:value "1" ];
         fhir:CodeSystem.concept.display [ fhir:value "Histological diagnosis" ]       ], [
         fhir:index 2;
         fhir:CodeSystem.concept.code [ fhir:value "2" ];
         fhir:CodeSystem.concept.display [ fhir:value "Radiological and histological diagnosis" ]       ], [
         fhir:index 3;
         fhir:CodeSystem.concept.code [ fhir:value "999" ];
         fhir:CodeSystem.concept.display [ fhir:value "Unknown" ]       ]     ];
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
       fhir:Bundle.entry.request.url [ fhir:value "CodeSystem/RecurrenceMethodCodeSystem" ]     ]
  ], [
     fhir:index 3;
     fhir:Bundle.entry.resource [
       a fhir:ValueSet;
       fhir:Resource.id [ fhir:value "RecurrenceMethodValueSet" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"RecurrenceMethodValueSet\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/RecurrenceMethodValueSet</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: RecurrenceMethodValueSet</p><p><b>title</b>: Method of confirming recurrence</p><p><b>status</b>: active</p><p><b>description</b>: Codes used describe the method to confirm recurrence of neoplasm</p><blockquote><p><b>compose</b></p><h3>Includes</h3><table class=\"grid\"><tr><td>-</td><td><b>System</b></td></tr><tr><td>*</td><td><a href=\"Bundle-DebugBundleSurvival.html\">Method of confirming recurrence</a></td></tr></table></blockquote></div>"       ];
       fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/RecurrenceMethodValueSet" ];
       fhir:ValueSet.version [ fhir:value "0.0.1" ];
       fhir:ValueSet.name [ fhir:value "RecurrenceMethodValueSet" ];
       fhir:ValueSet.title [ fhir:value "Method of confirming recurrence" ];
       fhir:ValueSet.status [ fhir:value "active" ];
       fhir:ValueSet.description [ fhir:value "Codes used describe the method to confirm recurrence of neoplasm" ];
       fhir:ValueSet.compose [
         fhir:ValueSet.compose.include [
           fhir:index 0;
           fhir:ValueSet.compose.include.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence_method" ]         ]       ]     ];
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
       fhir:Bundle.entry.request.url [ fhir:value "ValueSet/RecurrenceMethodValueSet" ]     ]
  ], [
     fhir:index 4;
     fhir:Bundle.entry.resource [
       a fhir:CodeSystem;
       fhir:Resource.id [ fhir:value "ResponseTimingCodeSystem" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"ResponseTimingCodeSystem\" </p></div><p><b>url</b>: <code>http://connect.ichom.org/fhir/CodeSystem/Timing</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: ResponseTimingCodeSystem</p><p><b>title</b>: Timing of the response of the patient reported outcome measures</p><p><b>status</b>: active</p><p><b>description</b>: Patient reported outcome measures are repeatedly collected from patients starting at the first doctor's visit (baseline) up untill 10 years after treatment.</p><p><b>caseSensitive</b>: true</p><p><b>content</b>: complete</p><p><b>count</b>: 12</p><blockquote><p><b>concept</b></p><p><b>code</b>: 0</p><p><b>display</b>: Patient's first doctor's visit (baseline)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 6m</p><p><b>display</b>: 6 months post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1</p><p><b>display</b>: 1 year post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 2</p><p><b>display</b>: 2 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 3</p><p><b>display</b>: 3 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 4</p><p><b>display</b>: 4 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 5</p><p><b>display</b>: 5 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 6</p><p><b>display</b>: 6 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 7</p><p><b>display</b>: 7 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 8</p><p><b>display</b>: 8 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 9</p><p><b>display</b>: 9 years post-treatment</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 10</p><p><b>display</b>: 10 years post-treatment</p></blockquote></div>"       ];
       fhir:CodeSystem.url [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/Timing" ];
       fhir:CodeSystem.version [ fhir:value "0.0.1" ];
       fhir:CodeSystem.name [ fhir:value "ResponseTimingCodeSystem" ];
       fhir:CodeSystem.title [ fhir:value "Timing of the response of the patient reported outcome measures" ];
       fhir:CodeSystem.status [ fhir:value "active" ];
       fhir:CodeSystem.description [ fhir:value "Patient reported outcome measures are repeatedly collected from patients starting at the first doctor's visit (baseline) up untill 10 years after treatment." ];
       fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean ];
       fhir:CodeSystem.content [ fhir:value "complete" ];
       fhir:CodeSystem.count [ fhir:value "12"^^xsd:nonNegativeInteger ];
       fhir:CodeSystem.concept [
         fhir:index 0;
         fhir:CodeSystem.concept.code [ fhir:value "0" ];
         fhir:CodeSystem.concept.display [ fhir:value "Patient's first doctor's visit (baseline)" ]       ], [
         fhir:index 1;
         fhir:CodeSystem.concept.code [ fhir:value "6m" ];
         fhir:CodeSystem.concept.display [ fhir:value "6 months post-treatment" ]       ], [
         fhir:index 2;
         fhir:CodeSystem.concept.code [ fhir:value "1" ];
         fhir:CodeSystem.concept.display [ fhir:value "1 year post-treatment" ]       ], [
         fhir:index 3;
         fhir:CodeSystem.concept.code [ fhir:value "2" ];
         fhir:CodeSystem.concept.display [ fhir:value "2 years post-treatment" ]       ], [
         fhir:index 4;
         fhir:CodeSystem.concept.code [ fhir:value "3" ];
         fhir:CodeSystem.concept.display [ fhir:value "3 years post-treatment" ]       ], [
         fhir:index 5;
         fhir:CodeSystem.concept.code [ fhir:value "4" ];
         fhir:CodeSystem.concept.display [ fhir:value "4 years post-treatment" ]       ], [
         fhir:index 6;
         fhir:CodeSystem.concept.code [ fhir:value "5" ];
         fhir:CodeSystem.concept.display [ fhir:value "5 years post-treatment" ]       ], [
         fhir:index 7;
         fhir:CodeSystem.concept.code [ fhir:value "6" ];
         fhir:CodeSystem.concept.display [ fhir:value "6 years post-treatment" ]       ], [
         fhir:index 8;
         fhir:CodeSystem.concept.code [ fhir:value "7" ];
         fhir:CodeSystem.concept.display [ fhir:value "7 years post-treatment" ]       ], [
         fhir:index 9;
         fhir:CodeSystem.concept.code [ fhir:value "8" ];
         fhir:CodeSystem.concept.display [ fhir:value "8 years post-treatment" ]       ], [
         fhir:index 10;
         fhir:CodeSystem.concept.code [ fhir:value "9" ];
         fhir:CodeSystem.concept.display [ fhir:value "9 years post-treatment" ]       ], [
         fhir:index 11;
         fhir:CodeSystem.concept.code [ fhir:value "10" ];
         fhir:CodeSystem.concept.display [ fhir:value "10 years post-treatment" ]       ]     ];
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
       fhir:Bundle.entry.request.url [ fhir:value "CodeSystem/ResponseTimingCodeSystem" ]     ]
  ], [
     fhir:index 5;
     fhir:Bundle.entry.resource [
       a fhir:ValueSet;
       fhir:Resource.id [ fhir:value "ResponseTimingSurvivalValueSet" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"ResponseTimingSurvivalValueSet\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/ResponseTimingSurvivalValueSet</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: ResponseTimingSurvivalValueSet</p><p><b>title</b>: Timing of the response of survival questionnaire</p><p><b>status</b>: active</p><p><b>description</b>: The survival questionnaire is repeatedly collected from patients starting at the first year post-treatment up untill 10 years post-treatment.</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"Bundle-DebugBundleSurvival.html\">Timing of the response of the patient reported outcome measures</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 1</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 2</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 3</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 4</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 5</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 6</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 7</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 8</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 9</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 10</p></blockquote></blockquote></blockquote></div>"       ];
       fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/ResponseTimingSurvivalValueSet" ];
       fhir:ValueSet.version [ fhir:value "0.0.1" ];
       fhir:ValueSet.name [ fhir:value "ResponseTimingSurvivalValueSet" ];
       fhir:ValueSet.title [ fhir:value "Timing of the response of survival questionnaire" ];
       fhir:ValueSet.status [ fhir:value "active" ];
       fhir:ValueSet.description [ fhir:value "The survival questionnaire is repeatedly collected from patients starting at the first year post-treatment up untill 10 years post-treatment." ];
       fhir:ValueSet.compose [
         fhir:ValueSet.compose.include [
           fhir:index 0;
           fhir:ValueSet.compose.include.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/Timing" ];
           fhir:ValueSet.compose.include.concept [
             fhir:index 0;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "1" ]           ], [
             fhir:index 1;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "2" ]           ], [
             fhir:index 2;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "3" ]           ], [
             fhir:index 3;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "4" ]           ], [
             fhir:index 4;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "5" ]           ], [
             fhir:index 5;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "6" ]           ], [
             fhir:index 6;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "7" ]           ], [
             fhir:index 7;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "8" ]           ], [
             fhir:index 8;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "9" ]           ], [
             fhir:index 9;
             fhir:ValueSet.compose.include.concept.code [ fhir:value "10" ]           ]         ]       ]     ];
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
       fhir:Bundle.entry.request.url [ fhir:value "ValueSet/ResponseTimingSurvivalValueSet" ]     ]
  ], [
     fhir:index 6;
     fhir:Bundle.entry.resource [
       a fhir:Questionnaire;
       fhir:Resource.id [ fhir:value "Survival" ];
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ];
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"Survival\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/Questionnaire/Survival</code></p><p><b>name</b>: SurvivalQuestionnaire</p><p><b>title</b>: Survival and disease control questionnaire</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>publisher</b>: ICHOM</p><blockquote><p><b>item</b></p><p><b>linkId</b>: Survival_Timing</p><p><b>text</b>: What is the timing of the response of this questionnaire?</p><p><b>type</b>: choice</p><p><b>required</b>: true</p><p><b>answerValueSet</b>: <a href=\"Bundle-DebugBundleSurvival.html\">Timing of the response of survival questionnaire</a></p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: Survival-Q0</p><p><b>text</b>: Was the intent of the treatment curative?</p><p><b>type</b>: boolean</p><p><b>required</b>: true</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: MalignancyRecur</p><p><b>text</b>: Is there evidence of local, regional or distant recurrence of neoplasm? (In case of multiple recurrences, please report the most severe)</p><p><b>type</b>: choice</p><h3>EnableWhens</h3><table class=\"grid\"><tr><td>-</td><td><b>Question</b></td><td><b>Operator</b></td><td><b>Answer[x]</b></td></tr><tr><td>*</td><td>Survival-Q0</td><td>=</td><td>true</td></tr></table><p><b>answerValueSet</b>: <a href=\"Bundle-DebugBundleSurvival.html\">Recurrence of neoplasm</a></p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: RecurMethod</p><p><b>text</b>: What was the method of confirming recurrence of neoplasm?</p><p><b>type</b>: choice</p><blockquote><p><b>enableWhen</b></p><p><b>question</b>: MalignancyRecur</p><p><b>operator</b>: =</p><p><b>answer</b>: Yes, local recurrence (Details: http://connect.ichom.org/fhir/CodeSystem/recurrence code 1 = 'Yes, local recurrence', stated as 'null')</p></blockquote><blockquote><p><b>enableWhen</b></p><p><b>question</b>: MalignancyRecur</p><p><b>operator</b>: =</p><p><b>answer</b>: Yes, regional recurrence (Details: http://connect.ichom.org/fhir/CodeSystem/recurrence code 2 = 'Yes, regional recurrence', stated as 'null')</p></blockquote><blockquote><p><b>enableWhen</b></p><p><b>question</b>: MalignancyRecur</p><p><b>operator</b>: =</p><p><b>answer</b>: Yes, distant recurrence (Details: http://connect.ichom.org/fhir/CodeSystem/recurrence code 3 = 'Yes, distant recurrence', stated as 'null')</p></blockquote><p><b>enableBehavior</b>: any</p><p><b>answerValueSet</b>: <a href=\"Bundle-DebugBundleSurvival.html\">Method of confirming recurrence</a></p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: RecurDateCancer</p><p><b>text</b>: What is the date of cancer recurrence?</p><p><b>type</b>: date</p><blockquote><p><b>enableWhen</b></p><p><b>question</b>: MalignancyRecur</p><p><b>operator</b>: =</p><p><b>answer</b>: Yes, local recurrence (Details: http://connect.ichom.org/fhir/CodeSystem/recurrence code 1 = 'Yes, local recurrence', stated as 'null')</p></blockquote><blockquote><p><b>enableWhen</b></p><p><b>question</b>: MalignancyRecur</p><p><b>operator</b>: =</p><p><b>answer</b>: Yes, regional recurrence (Details: http://connect.ichom.org/fhir/CodeSystem/recurrence code 2 = 'Yes, regional recurrence', stated as 'null')</p></blockquote><blockquote><p><b>enableWhen</b></p><p><b>question</b>: MalignancyRecur</p><p><b>operator</b>: =</p><p><b>answer</b>: Yes, distant recurrence (Details: http://connect.ichom.org/fhir/CodeSystem/recurrence code 3 = 'Yes, distant recurrence', stated as 'null')</p></blockquote><p><b>enableBehavior</b>: any</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: VitalStatus</p><p><b>text</b>: Has the person deceased?</p><p><b>type</b>: boolean</p><p><b>required</b>: true</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: DeceasedDate</p><p><b>text</b>: What was the date of death of the person?</p><p><b>type</b>: date</p><h3>EnableWhens</h3><table class=\"grid\"><tr><td>-</td><td><b>Question</b></td><td><b>Operator</b></td><td><b>Answer[x]</b></td></tr><tr><td>*</td><td>VitalStatus</td><td>=</td><td>true</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: DEATHBC</p><p><b>text</b>: Is the death attributable to breast cancer?</p><p><b>type</b>: boolean</p><h3>EnableWhens</h3><table class=\"grid\"><tr><td>-</td><td><b>Question</b></td><td><b>Operator</b></td><td><b>Answer[x]</b></td></tr><tr><td>*</td><td>VitalStatus</td><td>=</td><td>true</td></tr></table></blockquote></div>"       ];
       fhir:Questionnaire.url [ fhir:value "https://connect.ichom.org/fhir/Questionnaire/Survival" ];
       fhir:Questionnaire.name [ fhir:value "SurvivalQuestionnaire" ];
       fhir:Questionnaire.title [ fhir:value "Survival and disease control questionnaire" ];
       fhir:Questionnaire.status [ fhir:value "draft" ];
       fhir:Questionnaire.experimental [ fhir:value "true"^^xsd:boolean ];
       fhir:Questionnaire.publisher [ fhir:value "ICHOM" ];
       fhir:Questionnaire.item [
         fhir:index 0;
         fhir:Questionnaire.item.linkId [ fhir:value "Survival_Timing" ];
         fhir:Questionnaire.item.text [ fhir:value "What is the timing of the response of this questionnaire?" ];
         fhir:Questionnaire.item.type [ fhir:value "choice" ];
         fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
         fhir:Questionnaire.item.answerValueSet [
           fhir:value "https://connect.ichom.org/fhir/ValueSet/ResponseTimingSurvivalValueSet";
           fhir:link <https://connect.ichom.org/fhir/ValueSet/ResponseTimingSurvivalValueSet>         ]       ], [
         fhir:index 1;
         fhir:Questionnaire.item.linkId [ fhir:value "Survival-Q0" ];
         fhir:Questionnaire.item.text [ fhir:value "Was the intent of the treatment curative?" ];
         fhir:Questionnaire.item.type [ fhir:value "boolean" ];
         fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ]       ], [
         fhir:index 2;
         fhir:Questionnaire.item.linkId [ fhir:value "MalignancyRecur" ];
         fhir:Questionnaire.item.text [ fhir:value "Is there evidence of local, regional or distant recurrence of neoplasm? (In case of multiple recurrences, please report the most severe)" ];
         fhir:Questionnaire.item.type [ fhir:value "choice" ];
         fhir:Questionnaire.item.enableWhen [
           fhir:index 0;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "Survival-Q0" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "true"^^xsd:boolean ]         ];
         fhir:Questionnaire.item.answerValueSet [
           fhir:value "https://connect.ichom.org/fhir/ValueSet/RecurrenceValueSet";
           fhir:link <https://connect.ichom.org/fhir/ValueSet/RecurrenceValueSet>         ]       ], [
         fhir:index 3;
         fhir:Questionnaire.item.linkId [ fhir:value "RecurMethod" ];
         fhir:Questionnaire.item.text [ fhir:value "What was the method of confirming recurrence of neoplasm?" ];
         fhir:Questionnaire.item.type [ fhir:value "choice" ];
         fhir:Questionnaire.item.enableWhen [
           fhir:index 0;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "MalignancyRecur" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerCoding [
             fhir:Coding.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ];
             fhir:Coding.code [ fhir:value "1" ]           ]         ], [
           fhir:index 1;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "MalignancyRecur" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerCoding [
             fhir:Coding.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ];
             fhir:Coding.code [ fhir:value "2" ]           ]         ], [
           fhir:index 2;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "MalignancyRecur" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerCoding [
             fhir:Coding.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ];
             fhir:Coding.code [ fhir:value "3" ]           ]         ];
         fhir:Questionnaire.item.enableBehavior [ fhir:value "any" ];
         fhir:Questionnaire.item.answerValueSet [
           fhir:value "https://connect.ichom.org/fhir/ValueSet/RecurrenceMethodValueSet";
           fhir:link <https://connect.ichom.org/fhir/ValueSet/RecurrenceMethodValueSet>         ]       ], [
         fhir:index 4;
         fhir:Questionnaire.item.linkId [ fhir:value "RecurDateCancer" ];
         fhir:Questionnaire.item.text [ fhir:value "What is the date of cancer recurrence?" ];
         fhir:Questionnaire.item.type [ fhir:value "date" ];
         fhir:Questionnaire.item.enableWhen [
           fhir:index 0;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "MalignancyRecur" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerCoding [
             fhir:Coding.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ];
             fhir:Coding.code [ fhir:value "1" ]           ]         ], [
           fhir:index 1;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "MalignancyRecur" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerCoding [
             fhir:Coding.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ];
             fhir:Coding.code [ fhir:value "2" ]           ]         ], [
           fhir:index 2;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "MalignancyRecur" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerCoding [
             fhir:Coding.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/recurrence" ];
             fhir:Coding.code [ fhir:value "3" ]           ]         ];
         fhir:Questionnaire.item.enableBehavior [ fhir:value "any" ]       ], [
         fhir:index 5;
         fhir:Questionnaire.item.linkId [ fhir:value "VitalStatus" ];
         fhir:Questionnaire.item.text [ fhir:value "Has the person deceased?" ];
         fhir:Questionnaire.item.type [ fhir:value "boolean" ];
         fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ]       ], [
         fhir:index 6;
         fhir:Questionnaire.item.linkId [ fhir:value "DeceasedDate" ];
         fhir:Questionnaire.item.text [ fhir:value "What was the date of death of the person?" ];
         fhir:Questionnaire.item.type [ fhir:value "date" ];
         fhir:Questionnaire.item.enableWhen [
           fhir:index 0;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "VitalStatus" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "true"^^xsd:boolean ]         ]       ], [
         fhir:index 7;
         fhir:Questionnaire.item.linkId [ fhir:value "DEATHBC" ];
         fhir:Questionnaire.item.text [ fhir:value "Is the death attributable to breast cancer?" ];
         fhir:Questionnaire.item.type [ fhir:value "boolean" ];
         fhir:Questionnaire.item.enableWhen [
           fhir:index 0;
           fhir:Questionnaire.item.enableWhen.question [ fhir:value "VitalStatus" ];
           fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
           fhir:Questionnaire.item.enableWhen.answerBoolean [ fhir:value "true"^^xsd:boolean ]         ]       ]     ];
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
       fhir:Bundle.entry.request.url [ fhir:value "Questionnaire/Survival" ]     ]
  ].

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

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