Skip to content

Breast Cancer Model

Guoqian Jiang edited this page Apr 28, 2016 · 3 revisions

##FHIR Structure Definition

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StructureDefinition xmlns="http://hl7.org/fhir" xmlns:ns2="http://www.w3.org/1999/xhtml">
    <id value="Breast Cancer"/>
    <meta>
        <lastUpdated value="2016-04-28T00:42:15.124-05:00"/>
    </meta>
    <url value="http://hl7.org/fhir/StructureDefinition/BreastCancer"/>
    <status value="draft"/>
    <publisher value="NCI ITCR caCDE-QA and DeepPhe Project Team (Breast Cancer Profile)"/>
    <date/>
    <description value="Base StructureDefinition for Breast Cancer Profile"/>
    <fhirVersion value="1.0.2"/>
    <kind value="resource"/>
    <abstract value="false"/>
    <base value="http://hl7.org/fhir/StructureDefinition/DomainResource"/>
    <snapshot>
        <element>
            <path value="BreastCancer"/>
            <short value="Cancer Model"/>
            <definition value="Generic Cancer Model"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="DomainResource"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasAbatementBoolean"/>
            <short value="has Abatement Boolean"/>
            <definition value="has Abatement Boolean"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="xsd:boolean"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasBodySite"/>
            <short value="has BodySite"/>
            <definition value="has BodySite"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="BodySite"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasCourse"/>
            <short value="has Course"/>
            <definition value="has Course"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="Course"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasDateAbatement"/>
            <short value="has Date Abatement"/>
            <definition value="has Date Abatement"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="xsd:string"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasDateOfOnset"/>
            <short value="has Date Of Onset"/>
            <definition value="has Date Of Onset"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="xsd:string"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasDeltaFlag"/>
            <short value="has Delta Flag"/>
            <definition value="has Delta Flag"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="DeltaFlag"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasEntry"/>
            <short value="has Entry"/>
            <definition value="has Entry"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="Age"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasPatient"/>
            <short value="has Patient"/>
            <definition value="has Patient"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="Patient"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasPhenotype"/>
            <short value="has Patient"/>
            <definition value="has Patientl"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="BreastCancerPhenotype"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasTreatment"/>
            <short value="has Treatment"/>
            <definition value="has Treatment"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="TherapeuticProcedure"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.hasRecordedDate"/>
            <short value="has Recorded Date"/>
            <definition value="has Recorded Date"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="xsd:string"/>
            </type>
        </element>
        <element>
            <path value="BreastCancer.realizes"/>
            <short value="realizes"/>
            <definition value="realizes"/>
            <min value="0"/>
            <max value="*"/>
            <type>
                <code value="Tumor"/>
            </type>
        </element>
    </snapshot>
</StructureDefinition>

Links