This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.1.0: STU 1 Draft) based on FHIR R3. . For a full list of available versions, 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:StructureDefinition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cimi-statement-EvaluationResultRecorded-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 EvaluationResultRecorded Logical Model</b></p>\n <p>Represents the result of evaluations (measurements, tests, or questions) that have been performed.\n\nEvaluationResultRecorded has a value representing the result (answer), or an ExceptionValue indicating why the value is not present. The subject of a finding can be the entire patient, or an entity such as a location body structure, intervention, or condition. Things observed about the subject can include social and behavioral factors, subjective and objective observations, and assessments.</p>\n</div>" ]; fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-statement-EvaluationResultRecorded-model"]; fhir:StructureDefinition.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/us/breastcancer" ]; fhir:Identifier.value [ fhir:value "cimi.statement.EvaluationResultRecorded" ] ]; fhir:StructureDefinition.version [ fhir:value "0.1.0"]; fhir:StructureDefinition.name [ fhir:value "EvaluationResultRecordedModel"]; fhir:StructureDefinition.title [ fhir:value "BC EvaluationResultRecorded Logical Model"]; fhir:StructureDefinition.status [ fhir:value "draft"]; fhir:StructureDefinition.date [ fhir:value "2018-04-01T00:00:00+11: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://standardhealthrecord.org" ] ] ]; fhir:StructureDefinition.description [ fhir:value "Represents the result of evaluations (measurements, tests, or questions) that have been performed.\n\nEvaluationResultRecorded has a value representing the result (answer), or an ExceptionValue indicating why the value is not present. The subject of a finding can be the entire patient, or an entity such as a location body structure, intervention, or condition. Things observed about the subject can include social and behavioral factors, subjective and objective observations, and assessments."]; fhir:StructureDefinition.kind [ fhir:value "logical"]; fhir:StructureDefinition.abstract [ fhir:value "false"^^xsd:boolean]; fhir:StructureDefinition.type [ fhir:value "cimi-statement-EvaluationResultRecorded-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 "cimi-statement-EvaluationResultRecorded-model" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model" ]; fhir:ElementDefinition.definition [ fhir:value "Represents the result of evaluations (measurements, tests, or questions) that have been performed.\n\nEvaluationResultRecorded has a value representing the result (answer), or an ExceptionValue indicating why the value is not present. The subject of a finding can be the entire patient, or an entity such as a location body structure, intervention, or condition. Things observed about the subject can include social and behavioral factors, subjective and objective observations, and assessments." ]; fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-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 "cimi-statement-EvaluationResultRecorded-model.evaluationResultTopic" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.evaluationResultTopic" ]; fhir:ElementDefinition.code [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ]; fhir:Coding.code [ fhir:value "C1554188" ] ]; fhir:ElementDefinition.short [ fhir:value "The base class, independent of context, for evaluations (measurements, tests, or questions) and a value containing the result (answer)." ]; fhir:ElementDefinition.definition [ fhir:value "The base class, independent of context, for evaluations (measurements, tests, or questions) and a value containing the result (answer).\n\nThe subject of a finding can be the entire patient, or an entity such as a location body structure, intervention, or condition. Things observed about the subject can include social and behavioral factors, subjective and objective observations, and assessments.\n\nCIMI Alignment:\n1) In CIMI V0.0.4, LaboratoryTestResult.specimen is 0..* but that cardinality makes it impossible to map to FHIR Observation, where specimen is 0..1. The cardinality of Specimen has been changed to 0..1 to enable FHIR mapping.\n2) In CIMI V0.0.4, Findings (including EvaluationResult and LaboratoryTestResult) do not have related ('has-member') observations, nor components (sub-observations). These features of FHIR Observations were found to be very useful in modeling breast cancer pathology, and are included here. This represents a significant departure from the CIMI model. CompoundClinicalStatement has not been used to represent panel-like findings, because of the complexity of mapping this class to FHIR.\n3) In CIMI V0.0.4, allowable datatypes for result (aka Value) include EmbeddedContent, GpsLocation, Multimedia, ParsableContent, and other types not allowed in a FHIR Observation. To make mapping feasible, the types of Value were restricted to only the allowable FHIR datatypes.\n4) ExceptionValue has been moved to the RecordedContext, because it is only relevant when a value is supposed to be recorded, but is not.\n5) The cardinality of FindingMethod has been changed from 0..* to 0..1 to make it possible to map to FHIR, where Observation.method is 0..1.\n6) The class PhysicalEvaluationResult has been united with this class, and the body location (AnatomicalLocation) has been added to this class. This is because bodySite is part of Observation, and it cannot be profiled out of EvaluationResult and then re-included in PhysicalEvaluationResult.\n7) The cardinality of AnatomicalLocation has been changed from 0..* to 0..1 to make it possible to map to FHIR, where Observation.bodySite is 0..1.\n8) The attribute evaluationDate has been moved to RecordedContext, because it only applies to evaluations that have been done.\n9) The attributes device and evaluationProcedure have been removed for brevity, since they are not used in the current IG." ]; fhir:ElementDefinition.alias [ fhir:value "statementTopic"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.evaluationResultTopic" ]; 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 "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-EvaluationResultTopic-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 "cimi-statement-EvaluationResultRecorded-model.recordedContext" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.recordedContext" ]; fhir:ElementDefinition.short [ fhir:value "Context for an evaluation result, used to indicate an evaluation has been made." ]; fhir:ElementDefinition.definition [ fhir:value "Context for an evaluation result, used to indicate an evaluation has been made.\n\nFor example, measurement of blood pressure that has been made simply exists (although the value can be present or absent, accurate or inaccurate). The RecordedContext indicates the information presented stands on its own as presented. It can also apply to clinical notes.\n\nCIMI Alignment: The RecordedContext class did not exist in CIMI V0.0.4, but CIMI has recently added it." ]; fhir:ElementDefinition.alias [ fhir:value "statementContext"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.recordedContext" ]; 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 "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-RecordedContext-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 3; fhir:Element.id [ fhir:value "cimi-statement-EvaluationResultRecorded-model.encounter" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.encounter" ]; fhir:ElementDefinition.short [ fhir:value "An abstract class that represents an encounter class. This class has been stubbed out to limit the scope of this implementation guide to classes relevant to this ballot concerning breast cancer." ]; fhir:ElementDefinition.definition [ fhir:value "An abstract class that represents an encounter class. This class has been stubbed out to limit the scope of this implementation guide to classes relevant to this ballot concerning breast cancer." ]; fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.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-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 4; fhir:Element.id [ fhir:value "cimi-statement-EvaluationResultRecorded-model.members" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.members" ]; fhir:ElementDefinition.short [ fhir:value "Members represent the elements of a group of a related but independent evaluations." ]; fhir:ElementDefinition.definition [ fhir:value "Members represent the elements of a group of a related but independent evaluations.\n\nExamples are the measurements that compose a complete blood count (CBC), or the elements of a pathology report. Each member is an independent evaluation, but the grouping reflects a composite lab order, shared specimen, or a single report author. Typically the Category and Reason are not given for individual findings that are part of the panel, but rather given at the level of the panel itself. Although the proper place to define Members this might be in EvaluationResultTopic, it cannot be defined there because the value references EvaluationResultRecorded, which is a clinical statement class.\n\nCIMI Alignment: CIMI V0.0.4 does not have this attribute and uses CompoundClinicalStatement to create panels. Compared to having a separate class, the current representation closer alignment with FHIR and greater flexibility (related observations can be added to any observation)." ]; fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.members" ]; 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-statement-Members-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:StructureDefinition.differential [ fhir:StructureDefinition.differential.element [ fhir:index 0; fhir:Element.id [ fhir:value "cimi-statement-EvaluationResultRecorded-model" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model" ]; fhir:ElementDefinition.definition [ fhir:value "Represents the result of evaluations (measurements, tests, or questions) that have been performed.\n\nEvaluationResultRecorded has a value representing the result (answer), or an ExceptionValue indicating why the value is not present. The subject of a finding can be the entire patient, or an entity such as a location body structure, intervention, or condition. Things observed about the subject can include social and behavioral factors, subjective and objective observations, and assessments." ]; fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-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 "cimi-statement-EvaluationResultRecorded-model.evaluationResultTopic" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.evaluationResultTopic" ]; fhir:ElementDefinition.code [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ncimeta.nci.nih.gov" ]; fhir:Coding.code [ fhir:value "C1554188" ] ]; fhir:ElementDefinition.short [ fhir:value "The base class, independent of context, for evaluations (measurements, tests, or questions) and a value containing the result (answer)." ]; fhir:ElementDefinition.definition [ fhir:value "The base class, independent of context, for evaluations (measurements, tests, or questions) and a value containing the result (answer).\n\nThe subject of a finding can be the entire patient, or an entity such as a location body structure, intervention, or condition. Things observed about the subject can include social and behavioral factors, subjective and objective observations, and assessments.\n\nCIMI Alignment:\n1) In CIMI V0.0.4, LaboratoryTestResult.specimen is 0..* but that cardinality makes it impossible to map to FHIR Observation, where specimen is 0..1. The cardinality of Specimen has been changed to 0..1 to enable FHIR mapping.\n2) In CIMI V0.0.4, Findings (including EvaluationResult and LaboratoryTestResult) do not have related ('has-member') observations, nor components (sub-observations). These features of FHIR Observations were found to be very useful in modeling breast cancer pathology, and are included here. This represents a significant departure from the CIMI model. CompoundClinicalStatement has not been used to represent panel-like findings, because of the complexity of mapping this class to FHIR.\n3) In CIMI V0.0.4, allowable datatypes for result (aka Value) include EmbeddedContent, GpsLocation, Multimedia, ParsableContent, and other types not allowed in a FHIR Observation. To make mapping feasible, the types of Value were restricted to only the allowable FHIR datatypes.\n4) ExceptionValue has been moved to the RecordedContext, because it is only relevant when a value is supposed to be recorded, but is not.\n5) The cardinality of FindingMethod has been changed from 0..* to 0..1 to make it possible to map to FHIR, where Observation.method is 0..1.\n6) The class PhysicalEvaluationResult has been united with this class, and the body location (AnatomicalLocation) has been added to this class. This is because bodySite is part of Observation, and it cannot be profiled out of EvaluationResult and then re-included in PhysicalEvaluationResult.\n7) The cardinality of AnatomicalLocation has been changed from 0..* to 0..1 to make it possible to map to FHIR, where Observation.bodySite is 0..1.\n8) The attribute evaluationDate has been moved to RecordedContext, because it only applies to evaluations that have been done.\n9) The attributes device and evaluationProcedure have been removed for brevity, since they are not used in the current IG." ]; fhir:ElementDefinition.alias [ fhir:value "statementTopic"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.evaluationResultTopic" ]; 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 "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-EvaluationResultTopic-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 "cimi-statement-EvaluationResultRecorded-model.recordedContext" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.recordedContext" ]; fhir:ElementDefinition.short [ fhir:value "Context for an evaluation result, used to indicate an evaluation has been made." ]; fhir:ElementDefinition.definition [ fhir:value "Context for an evaluation result, used to indicate an evaluation has been made.\n\nFor example, measurement of blood pressure that has been made simply exists (although the value can be present or absent, accurate or inaccurate). The RecordedContext indicates the information presented stands on its own as presented. It can also apply to clinical notes.\n\nCIMI Alignment: The RecordedContext class did not exist in CIMI V0.0.4, but CIMI has recently added it." ]; fhir:ElementDefinition.alias [ fhir:value "statementContext"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.recordedContext" ]; 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 "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-RecordedContext-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 3; fhir:Element.id [ fhir:value "cimi-statement-EvaluationResultRecorded-model.encounter" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.encounter" ]; fhir:ElementDefinition.short [ fhir:value "An abstract class that represents an encounter class. This class has been stubbed out to limit the scope of this implementation guide to classes relevant to this ballot concerning breast cancer." ]; fhir:ElementDefinition.definition [ fhir:value "An abstract class that represents an encounter class. This class has been stubbed out to limit the scope of this implementation guide to classes relevant to this ballot concerning breast cancer." ]; fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.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-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 4; fhir:Element.id [ fhir:value "cimi-statement-EvaluationResultRecorded-model.members" ]; fhir:ElementDefinition.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.members" ]; fhir:ElementDefinition.short [ fhir:value "Members represent the elements of a group of a related but independent evaluations." ]; fhir:ElementDefinition.definition [ fhir:value "Members represent the elements of a group of a related but independent evaluations.\n\nExamples are the measurements that compose a complete blood count (CBC), or the elements of a pathology report. Each member is an independent evaluation, but the grouping reflects a composite lab order, shared specimen, or a single report author. Typically the Category and Reason are not given for individual findings that are part of the panel, but rather given at the level of the panel itself. Although the proper place to define Members this might be in EvaluationResultTopic, it cannot be defined there because the value references EvaluationResultRecorded, which is a clinical statement class.\n\nCIMI Alignment: CIMI V0.0.4 does not have this attribute and uses CompoundClinicalStatement to create panels. Compared to having a separate class, the current representation closer alignment with FHIR and greater flexibility (related observations can be added to any observation)." ]; fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.base.path [ fhir:value "cimi-statement-EvaluationResultRecorded-model.members" ]; 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-statement-Members-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 ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.