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
@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 "DebugDemographicsBundle"];
fhir:Bundle.type [ fhir:value "transaction"];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.resource [
a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "EducationLevelCodeSystem" ];
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 \"EducationLevelCodeSystem\" </p></div><p><b>url</b>: <code>http://connect.ichom.org/fhir/CodeSystem/education-level</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: EducationLevelCodeSystem</p><p><b>title</b>: EducationLevelCodeSystem</p><p><b>status</b>: active</p><p><b>description</b>: Highest level of education completed based on local standard definitions of education levels</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>: none</p><p><b>display</b>: None</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: primary</p><p><b>display</b>: Primary</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: secondary</p><p><b>display</b>: Secondary</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: tertiary</p><p><b>display</b>: Tertiary</p></blockquote></div>" ];
fhir:CodeSystem.url [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/education-level" ];
fhir:CodeSystem.version [ fhir:value "0.0.1" ];
fhir:CodeSystem.name [ fhir:value "EducationLevelCodeSystem" ];
fhir:CodeSystem.title [ fhir:value "EducationLevelCodeSystem" ];
fhir:CodeSystem.status [ fhir:value "active" ];
fhir:CodeSystem.description [ fhir:value "Highest level of education completed based on local standard definitions of education levels" ];
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 "none" ];
fhir:CodeSystem.concept.display [ fhir:value "None" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "primary" ];
fhir:CodeSystem.concept.display [ fhir:value "Primary" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "secondary" ];
fhir:CodeSystem.concept.display [ fhir:value "Secondary" ] ], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "tertiary" ];
fhir:CodeSystem.concept.display [ fhir:value "Tertiary" ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "CodeSystem/EducationLevel" ] ]
], [
fhir:index 1;
fhir:Bundle.entry.resource [
a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "RelationshipStatusCodeSystem" ];
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 \"RelationshipStatusCodeSystem\" </p></div><p><b>url</b>: <code>http://connect.ichom.org/fhir/CodeSystem/relationship-status</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: RelationshipStatusCodeSystem</p><p><b>title</b>: RelationshipStatusCodeSystem</p><p><b>status</b>: active</p><p><b>description</b>: Codes used in ICHOM relationship status that are not available yet in standard terminologies</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>: not-married-partnered</p><p><b>display</b>: Not married/partnered</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: married-partnered</p><p><b>display</b>: Married/partnered</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: divorced-separated</p><p><b>display</b>: Divorced/separated</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: unknown</p><p><b>display</b>: unknown</p></blockquote></div>" ];
fhir:CodeSystem.url [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/relationship-status" ];
fhir:CodeSystem.version [ fhir:value "0.0.1" ];
fhir:CodeSystem.name [ fhir:value "RelationshipStatusCodeSystem" ];
fhir:CodeSystem.title [ fhir:value "RelationshipStatusCodeSystem" ];
fhir:CodeSystem.status [ fhir:value "active" ];
fhir:CodeSystem.description [ fhir:value "Codes used in ICHOM relationship status that are not available yet in standard terminologies" ];
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 "not-married-partnered" ];
fhir:CodeSystem.concept.display [ fhir:value "Not married/partnered" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "married-partnered" ];
fhir:CodeSystem.concept.display [ fhir:value "Married/partnered" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "divorced-separated" ];
fhir:CodeSystem.concept.display [ fhir:value "Divorced/separated" ] ], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "unknown" ];
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/RelationshipStatusCodeSystem" ] ]
], [
fhir:index 2;
fhir:Bundle.entry.resource [
a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "MenopausalStatusCodeSystem" ];
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 \"MenopausalStatusCodeSystem\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/CodeSystem/MenopausalStatusCodeSystem</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: MenopausalStatusCodeSystem</p><p><b>title</b>: MenopausalStatusCodeSystem</p><p><b>status</b>: active</p><p><b>description</b>: Menopausal Status</p><p><b>caseSensitive</b>: true</p><p><b>content</b>: complete</p><p><b>count</b>: 3</p><blockquote><p><b>concept</b></p><p><b>code</b>: 0</p><p><b>display</b>: Pre-menopause</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1</p><p><b>display</b>: Post-menopausei (natural/surgical) - if you have not had your period >12 months, caused by natural decline of hormones or due to surgery (e.g. menopause that develops after the ovaries are surgically removed)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 2</p><p><b>display</b>: I don't know what my current menopausal status is</p></blockquote></div>" ];
fhir:CodeSystem.url [ fhir:value "https://connect.ichom.org/fhir/CodeSystem/MenopausalStatusCodeSystem" ];
fhir:CodeSystem.version [ fhir:value "0.0.1" ];
fhir:CodeSystem.name [ fhir:value "MenopausalStatusCodeSystem" ];
fhir:CodeSystem.title [ fhir:value "MenopausalStatusCodeSystem" ];
fhir:CodeSystem.status [ fhir:value "active" ];
fhir:CodeSystem.description [ fhir:value "Menopausal Status" ];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean ];
fhir:CodeSystem.content [ fhir:value "complete" ];
fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger ];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "0" ];
fhir:CodeSystem.concept.display [ fhir:value "Pre-menopause" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "1" ];
fhir:CodeSystem.concept.display [ fhir:value "Post-menopausei (natural/surgical) - if you have not had your period >12 months, caused by natural decline of hormones or due to surgery (e.g. menopause that develops after the ovaries are surgically removed)" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "I don't know what my current menopausal status is" ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "CodeSystem/MenopausalStatusCodeSystem" ] ]
], [
fhir:index 3;
fhir:Bundle.entry.resource [
a fhir:ValueSet;
fhir:Resource.id [ fhir:value "DemographicFactorsSex" ];
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 \"DemographicFactorsSex\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/DemographicFactorsSex</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: DemographicFactorsSex</p><p><b>title</b>: Sex of patient</p><p><b>status</b>: active</p><p><b>description</b>: Codes used in sex of patient</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=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a></td></tr></table></blockquote></div>" ];
fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/DemographicFactorsSex" ];
fhir:ValueSet.version [ fhir:value "0.0.1" ];
fhir:ValueSet.name [ fhir:value "DemographicFactorsSex" ];
fhir:ValueSet.title [ fhir:value "Sex of patient" ];
fhir:ValueSet.status [ fhir:value "active" ];
fhir:ValueSet.description [ fhir:value "Codes used in sex of patient" ];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/administrative-gender" ] ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "ValueSet/DemographicFactorsSex" ] ]
], [
fhir:index 4;
fhir:Bundle.entry.resource [
a fhir:ValueSet;
fhir:Resource.id [ fhir:value "DemographicCountry" ];
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 \"DemographicCountry\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/DemographicCountry</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: DemographicCountry</p><p><b>title</b>: Country</p><p><b>status</b>: active</p><p><b>description</b>: Country (e.g. of residence)</p><blockquote><p><b>compose</b></p><h3>Includes</h3><table class=\"grid\"><tr><td>-</td><td><b>ValueSet</b></td></tr><tr><td>*</td><td><a href=\"http://hl7.org/fhir/R4/valueset-iso3166-1-3.html\">Iso 3166 Part 1: 3 Letter Codes</a></td></tr></table></blockquote></div>" ];
fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/DemographicCountry" ];
fhir:ValueSet.version [ fhir:value "0.0.1" ];
fhir:ValueSet.name [ fhir:value "DemographicCountry" ];
fhir:ValueSet.title [ fhir:value "Country" ];
fhir:ValueSet.status [ fhir:value "active" ];
fhir:ValueSet.description [ fhir:value "Country (e.g. of residence)" ];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.valueSet [
fhir:value "http://hl7.org/fhir/ValueSet/iso3166-1-3";
fhir:index 0;
fhir:link <http://hl7.org/fhir/ValueSet/iso3166-1-3> ] ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "ValueSet/DemographicCountry" ] ]
], [
fhir:index 5;
fhir:Bundle.entry.resource [
a fhir:ValueSet;
fhir:Resource.id [ fhir:value "EducationLevel" ];
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 \"EducationLevel\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/EducationLevel</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: EducationLevel</p><p><b>title</b>: EducationLevel</p><p><b>status</b>: active</p><p><b>description</b>: Highest level of education completed based on local standard definitions of education levels</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-DebugDemographicsBundle.html\">EducationLevelCodeSystem</a></td></tr></table></blockquote></div>" ];
fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/EducationLevel" ];
fhir:ValueSet.version [ fhir:value "0.0.1" ];
fhir:ValueSet.name [ fhir:value "EducationLevel" ];
fhir:ValueSet.title [ fhir:value "EducationLevel" ];
fhir:ValueSet.status [ fhir:value "active" ];
fhir:ValueSet.description [ fhir:value "Highest level of education completed based on local standard definitions of education levels" ];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/education-level" ] ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "ValueSet/EducationLevel" ] ]
], [
fhir:index 6;
fhir:Bundle.entry.resource [
a fhir:ValueSet;
fhir:Resource.id [ fhir:value "MenopausalStatus-vs" ];
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 \"MenopausalStatus-vs\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/MenopausalStatus-vs</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: MenopausalStatus</p><p><b>title</b>: MenopausalStatus</p><p><b>status</b>: active</p><p><b>description</b>: Menopausal Status</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"Bundle-DebugDemographicsBundle.html\">MenopausalStatusCodeSystem</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 0</p></blockquote><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></blockquote></div>" ];
fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/MenopausalStatus-vs" ];
fhir:ValueSet.version [ fhir:value "0.0.1" ];
fhir:ValueSet.name [ fhir:value "MenopausalStatus" ];
fhir:ValueSet.title [ fhir:value "MenopausalStatus" ];
fhir:ValueSet.status [ fhir:value "active" ];
fhir:ValueSet.description [ fhir:value "Menopausal Status" ];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "https://connect.ichom.org/fhir/CodeSystem/MenopausalStatusCodeSystem" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "0" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "1" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "2" ] ] ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "ValueSet/MenopausalStatus" ] ]
], [
fhir:index 7;
fhir:Bundle.entry.resource [
a fhir:ValueSet;
fhir:Resource.id [ fhir:value "RelationshipStatus" ];
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 \"RelationshipStatus\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/ValueSet/RelationshipStatus</code></p><p><b>version</b>: 0.0.1</p><p><b>name</b>: RelationshipStatus</p><p><b>title</b>: RelationshipStatus</p><p><b>status</b>: active</p><p><b>description</b>: Relationship Status</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"Bundle-DebugDemographicsBundle.html\">RelationshipStatusCodeSystem</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: not-married-partnered</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: married-partnered</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: divorced-separated</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: unknown</p></blockquote></blockquote><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html\">MaritalStatus</a></p><h3>Concepts</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>*</td><td>W</td><td>Widowed</td></tr></table></blockquote></blockquote></div>" ];
fhir:ValueSet.url [ fhir:value "https://connect.ichom.org/fhir/ValueSet/RelationshipStatus" ];
fhir:ValueSet.version [ fhir:value "0.0.1" ];
fhir:ValueSet.name [ fhir:value "RelationshipStatus" ];
fhir:ValueSet.title [ fhir:value "RelationshipStatus" ];
fhir:ValueSet.status [ fhir:value "active" ];
fhir:ValueSet.description [ fhir:value "Relationship Status" ];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://connect.ichom.org/fhir/CodeSystem/relationship-status" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "not-married-partnered" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "married-partnered" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "divorced-separated" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "unknown" ] ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "W" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Widowed" ] ] ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "ValueSet/RelationshipStatus" ] ]
], [
fhir:index 8;
fhir:Bundle.entry.resource [
a fhir:Questionnaire;
fhir:Resource.id [ fhir:value "Demographics" ];
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 \"Demographics\" </p></div><p><b>url</b>: <code>https://connect.ichom.org/fhir/Questionnaire/Demographics</code></p><p><b>name</b>: DemographicFactors</p><p><b>title</b>: Demographic Factors</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>: Sex</p><p><b>text</b>: Please indicate your sex at birth.</p><p><b>type</b>: choice</p><p><b>required</b>: true</p><p><b>repeats</b>: false</p><p><b>answerValueSet</b>: <a href=\"Bundle-DebugDemographicsBundle.html\">Sex of patient</a></p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: YearOfBirth</p><p><b>text</b>: In what year were you born?</p><p><b>type</b>: date</p><p><b>required</b>: true</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: COUNTRY</p><p><b>text</b>: What is your country of residence?</p><p><b>type</b>: choice</p><p><b>required</b>: true</p><p><b>repeats</b>: false</p><p><b>answerValueSet</b>: <a href=\"Bundle-DebugDemographicsBundle.html\">Country</a></p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: Ethnicity</p><p><b>text</b>: Please indicate the ethnicity that you identify with.</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: Race</p><p><b>text</b>: Please indicate the biological race that you identify with.</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: EducationLevel</p><p><b>text</b>: Please indicate your highest level of schooling.</p><p><b>type</b>: choice</p><p><b>required</b>: true</p><p><b>repeats</b>: false</p><p><b>answerValueSet</b>: <a href=\"Bundle-DebugDemographicsBundle.html\">EducationLevel</a></p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: RelationshipStatus</p><p><b>text</b>: Please indicate your current relationship status.</p><p><b>type</b>: choice</p><p><b>required</b>: true</p><p><b>repeats</b>: false</p><p><b>answerValueSet</b>: <a href=\"Bundle-DebugDemographicsBundle.html\">RelationshipStatus</a></p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: MENOPAUSE</p><p><b>text</b>: What is your current menopausal status?</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>Sex</td><td>=</td><td>Female (Details: http://hl7.org/fhir/administrative-gender code female = 'Female', stated as 'null')</td></tr></table><p><b>answerValueSet</b>: <a href=\"Bundle-DebugDemographicsBundle.html\">MenopausalStatus</a></p></blockquote></div>" ];
fhir:Questionnaire.url [ fhir:value "https://connect.ichom.org/fhir/Questionnaire/Demographics" ];
fhir:Questionnaire.name [ fhir:value "DemographicFactors" ];
fhir:Questionnaire.title [ fhir:value "Demographic Factors" ];
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 "Sex" ];
fhir:Questionnaire.item.text [ fhir:value "Please indicate your sex at birth." ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.repeats [ fhir:value "false"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "https://connect.ichom.org/fhir/ValueSet/DemographicFactorsSex";
fhir:link <https://connect.ichom.org/fhir/ValueSet/DemographicFactorsSex> ] ], [
fhir:index 1;
fhir:Questionnaire.item.linkId [ fhir:value "YearOfBirth" ];
fhir:Questionnaire.item.text [ fhir:value "In what year were you born?" ];
fhir:Questionnaire.item.type [ fhir:value "date" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ] ], [
fhir:index 2;
fhir:Questionnaire.item.linkId [ fhir:value "COUNTRY" ];
fhir:Questionnaire.item.text [ fhir:value "What is your country of residence?" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.repeats [ fhir:value "false"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "https://connect.ichom.org/fhir/ValueSet/DemographicCountry";
fhir:link <https://connect.ichom.org/fhir/ValueSet/DemographicCountry> ] ], [
fhir:index 3;
fhir:Questionnaire.item.linkId [ fhir:value "Ethnicity" ];
fhir:Questionnaire.item.text [ fhir:value "Please indicate the ethnicity that you identify with." ];
fhir:Questionnaire.item.type [ fhir:value "string" ] ], [
fhir:index 4;
fhir:Questionnaire.item.linkId [ fhir:value "Race" ];
fhir:Questionnaire.item.text [ fhir:value "Please indicate the biological race that you identify with." ];
fhir:Questionnaire.item.type [ fhir:value "string" ] ], [
fhir:index 5;
fhir:Questionnaire.item.linkId [ fhir:value "EducationLevel" ];
fhir:Questionnaire.item.text [ fhir:value "Please indicate your highest level of schooling." ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.repeats [ fhir:value "false"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "https://connect.ichom.org/fhir/ValueSet/EducationLevel";
fhir:link <https://connect.ichom.org/fhir/ValueSet/EducationLevel> ] ], [
fhir:index 6;
fhir:Questionnaire.item.linkId [ fhir:value "RelationshipStatus" ];
fhir:Questionnaire.item.text [ fhir:value "Please indicate your current relationship status." ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.required [ fhir:value "true"^^xsd:boolean ];
fhir:Questionnaire.item.repeats [ fhir:value "false"^^xsd:boolean ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "https://connect.ichom.org/fhir/ValueSet/RelationshipStatus";
fhir:link <https://connect.ichom.org/fhir/ValueSet/RelationshipStatus> ] ], [
fhir:index 7;
fhir:Questionnaire.item.linkId [ fhir:value "MENOPAUSE" ];
fhir:Questionnaire.item.text [ fhir:value "What is your current menopausal status?" ];
fhir:Questionnaire.item.type [ fhir:value "choice" ];
fhir:Questionnaire.item.enableWhen [
fhir:index 0;
fhir:Questionnaire.item.enableWhen.question [ fhir:value "Sex" ];
fhir:Questionnaire.item.enableWhen.operator [ fhir:value "=" ];
fhir:Questionnaire.item.enableWhen.answerCoding [
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/administrative-gender" ];
fhir:Coding.code [ fhir:value "female" ] ] ];
fhir:Questionnaire.item.answerValueSet [
fhir:value "https://connect.ichom.org/fhir/ValueSet/MenopausalStatus-vs";
fhir:link <https://connect.ichom.org/fhir/ValueSet/MenopausalStatus-vs> ] ] ];
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ];
fhir:Bundle.entry.request.url [ fhir:value "Questionnaire/Demographics" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.