This page is part of the Occupational Data for Health (ODH) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions
{ "resourceType" : "StructureDefinition", "id" : "odh-PastOrPresentIndustry-model", "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"> <p><b>ODH PastOrPresentIndustry Logical Model</b></p> <p>The type of business (industry) in which the subject currently holds or has held a job in the past.</p> </div>" }, "url" : "http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentIndustry-model", "identifier" : [ { "system" : "http://hl7.org/fhir/us/odh", "value" : "odh.PastOrPresentIndustry" } ], "version" : "0.1.0", "name" : "PastOrPresentIndustryModel", "title" : "ODH PastOrPresentIndustry Logical Model", "status" : "draft", "date" : "2018-08-17T00:00:00+10:00", "publisher" : "HL7", "contact" : [ { "telecom" : [ { "system" : "url", "value" : "http://standardhealthrecord.org" } ] } ], "description" : "The type of business (industry) in which the subject currently holds or has held a job in the past.", "keyword" : [ { "system" : "http://loinc.org", "code" : "86188-0" } ], "kind" : "logical", "abstract" : false, "type" : "odh-PastOrPresentIndustry-model", "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element", "derivation" : "specialization", "snapshot" : { "element" : [ { "id" : "odh-PastOrPresentIndustry-model", "path" : "odh-PastOrPresentIndustry-model", "definition" : "The type of business (industry) in which the subject currently holds or has held a job in the past.", "min" : 0, "max" : "*", "base" : { "path" : "odh-PastOrPresentIndustry-model", "min" : 0, "max" : "*" }, "mustSupport" : false, "isModifier" : false, "isSummary" : false }, { "id" : "odh-PastOrPresentIndustry-model.value", "path" : "odh-PastOrPresentIndustry-model.value", "short" : "Code representing the type of business (industry) in which the subject currently holds or has held a job in the past.", "definition" : "Code representing the type of business (industry) in which the subject currently holds or has held a job in the past.", "min" : 1, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.value", "min" : 1, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "required", "valueSetReference" : { "reference" : "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7187" } } }, { "id" : "odh-PastOrPresentIndustry-model.topicCode", "path" : "odh-PastOrPresentIndustry-model.topicCode", "short" : "The concept representing the finding or action that is the topic of the statement.", "definition" : "The concept representing the finding or action that is the topic of the statement. For 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 of the action or the finding.", "min" : 0, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.topicCode", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.id", "path" : "odh-PastOrPresentIndustry-model.topicCode.id", "representation" : [ "xmlAttr" ], "short" : "xml:id (or equivalent in JSON)", "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.extension", "path" : "odh-PastOrPresentIndustry-model.topicCode.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional Content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.system", "path" : "odh-PastOrPresentIndustry-model.topicCode.system", "short" : "Identity of the terminology system", "definition" : "The identification of the code system that defines the meaning of the symbol in the code.", "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.", "requirements" : "Need to be unambiguous about the source of the definition of the symbol.", "min" : 1, "max" : "1", "base" : { "path" : "Coding.system", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "fixedUri" : "http://loinc.org", "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.3" }, { "identity" : "rim", "map" : "./codeSystem" }, { "identity" : "orim", "map" : "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.version", "path" : "odh-PastOrPresentIndustry-model.topicCode.version", "short" : "Version of the system - if relevant", "definition" : "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.", "comment" : "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.version", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.7" }, { "identity" : "rim", "map" : "./codeSystemVersion" }, { "identity" : "orim", "map" : "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.code", "path" : "odh-PastOrPresentIndustry-model.topicCode.code", "short" : "Symbol in syntax defined by the system", "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).", "requirements" : "Need to refer to a particular code in the system.", "min" : 1, "max" : "1", "base" : { "path" : "Coding.code", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "fixedCode" : "86188-0", "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.1" }, { "identity" : "rim", "map" : "./code" }, { "identity" : "orim", "map" : "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.display", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "odh-PastOrPresentIndustry-model.topicCode.display", "short" : "Representation defined by the system", "definition" : "A representation of the meaning of the code in the system, following the rules of the system.", "requirements" : "Need to be able to carry a human-readable meaning of the code for readers that do not know the system.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.display", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.2 - but note this is not well followed" }, { "identity" : "rim", "map" : "CV.displayName" }, { "identity" : "orim", "map" : "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.userSelected", "path" : "odh-PastOrPresentIndustry-model.topicCode.userSelected", "short" : "If this coding was chosen directly by the user", "definition" : "Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays).", "comment" : "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.", "requirements" : "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.userSelected", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "Sometimes implied by being first" }, { "identity" : "rim", "map" : "CD.codingRationale" }, { "identity" : "orim", "map" : "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ]" } ] }, { "id" : "odh-PastOrPresentIndustry-model.exceptionValue", "path" : "odh-PastOrPresentIndustry-model.exceptionValue", "short" : "Reason that a value associated with a test or other finding is missing.", "definition" : "Reason that a value associated with a test or other finding is missing.", "min" : 0, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.exceptionValue", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "extensible", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/data-absent-reason" } } }, { "id" : "odh-PastOrPresentIndustry-model.interpretation", "path" : "odh-PastOrPresentIndustry-model.interpretation", "code" : [ { "system" : "http://ncimeta.nci.nih.gov", "code" : "C0420833" } ], "short" : "A clinical interpretation of a finding (applies to both assertions and observation).", "definition" : "A clinical interpretation of a finding (applies to both assertions and observation).", "min" : 0, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.interpretation", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "extensible", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/observation-interpretation" } } }, { "id" : "odh-PastOrPresentIndustry-model.referenceRange", "path" : "odh-PastOrPresentIndustry-model.referenceRange", "code" : [ { "system" : "http://ncimeta.nci.nih.gov", "code" : "C0883335" } ], "short" : "The usual or acceptable range for a test result.", "definition" : "The usual or acceptable range for a test result.", "min" : 0, "max" : "0", "base" : { "path" : "odh-PastOrPresentIndustry-model.referenceRange", "min" : 0, "max" : "0" }, "type" : [ { "code" : "http://hl7.org/fhir/us/odh/StructureDefinition/cimi-statement-ReferenceRange-model" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false } ] }, "differential" : { "element" : [ { "id" : "odh-PastOrPresentIndustry-model", "path" : "odh-PastOrPresentIndustry-model", "definition" : "The type of business (industry) in which the subject currently holds or has held a job in the past.", "min" : 0, "max" : "*", "base" : { "path" : "odh-PastOrPresentIndustry-model", "min" : 0, "max" : "*" }, "mustSupport" : false, "isModifier" : false, "isSummary" : false }, { "id" : "odh-PastOrPresentIndustry-model.value", "path" : "odh-PastOrPresentIndustry-model.value", "short" : "Code representing the type of business (industry) in which the subject currently holds or has held a job in the past.", "definition" : "Code representing the type of business (industry) in which the subject currently holds or has held a job in the past.", "min" : 1, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.value", "min" : 1, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "required", "valueSetReference" : { "reference" : "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7187" } } }, { "id" : "odh-PastOrPresentIndustry-model.topicCode", "path" : "odh-PastOrPresentIndustry-model.topicCode", "short" : "The concept representing the finding or action that is the topic of the statement.", "definition" : "The concept representing the finding or action that is the topic of the statement. For 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 of the action or the finding.", "min" : 0, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.topicCode", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.id", "path" : "odh-PastOrPresentIndustry-model.topicCode.id", "representation" : [ "xmlAttr" ], "short" : "xml:id (or equivalent in JSON)", "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.extension", "path" : "odh-PastOrPresentIndustry-model.topicCode.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional Content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.system", "path" : "odh-PastOrPresentIndustry-model.topicCode.system", "short" : "Identity of the terminology system", "definition" : "The identification of the code system that defines the meaning of the symbol in the code.", "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.", "requirements" : "Need to be unambiguous about the source of the definition of the symbol.", "min" : 1, "max" : "1", "base" : { "path" : "Coding.system", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "fixedUri" : "http://loinc.org", "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.3" }, { "identity" : "rim", "map" : "./codeSystem" }, { "identity" : "orim", "map" : "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.version", "path" : "odh-PastOrPresentIndustry-model.topicCode.version", "short" : "Version of the system - if relevant", "definition" : "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.", "comment" : "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.version", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.7" }, { "identity" : "rim", "map" : "./codeSystemVersion" }, { "identity" : "orim", "map" : "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.code", "path" : "odh-PastOrPresentIndustry-model.topicCode.code", "short" : "Symbol in syntax defined by the system", "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).", "requirements" : "Need to refer to a particular code in the system.", "min" : 1, "max" : "1", "base" : { "path" : "Coding.code", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "fixedCode" : "86188-0", "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.1" }, { "identity" : "rim", "map" : "./code" }, { "identity" : "orim", "map" : "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.display", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "odh-PastOrPresentIndustry-model.topicCode.display", "short" : "Representation defined by the system", "definition" : "A representation of the meaning of the code in the system, following the rules of the system.", "requirements" : "Need to be able to carry a human-readable meaning of the code for readers that do not know the system.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.display", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.2 - but note this is not well followed" }, { "identity" : "rim", "map" : "CV.displayName" }, { "identity" : "orim", "map" : "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName" } ] }, { "id" : "odh-PastOrPresentIndustry-model.topicCode.userSelected", "path" : "odh-PastOrPresentIndustry-model.topicCode.userSelected", "short" : "If this coding was chosen directly by the user", "definition" : "Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays).", "comment" : "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.", "requirements" : "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.userSelected", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "Sometimes implied by being first" }, { "identity" : "rim", "map" : "CD.codingRationale" }, { "identity" : "orim", "map" : "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ]" } ] }, { "id" : "odh-PastOrPresentIndustry-model.exceptionValue", "path" : "odh-PastOrPresentIndustry-model.exceptionValue", "short" : "Reason that a value associated with a test or other finding is missing.", "definition" : "Reason that a value associated with a test or other finding is missing.", "min" : 0, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.exceptionValue", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "extensible", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/data-absent-reason" } } }, { "id" : "odh-PastOrPresentIndustry-model.interpretation", "path" : "odh-PastOrPresentIndustry-model.interpretation", "code" : [ { "system" : "http://ncimeta.nci.nih.gov", "code" : "C0420833" } ], "short" : "A clinical interpretation of a finding (applies to both assertions and observation).", "definition" : "A clinical interpretation of a finding (applies to both assertions and observation).", "min" : 0, "max" : "1", "base" : { "path" : "odh-PastOrPresentIndustry-model.interpretation", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Coding" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "extensible", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/observation-interpretation" } } }, { "id" : "odh-PastOrPresentIndustry-model.referenceRange", "path" : "odh-PastOrPresentIndustry-model.referenceRange", "code" : [ { "system" : "http://ncimeta.nci.nih.gov", "code" : "C0883335" } ], "short" : "The usual or acceptable range for a test result.", "definition" : "The usual or acceptable range for a test result.", "min" : 0, "max" : "0", "base" : { "path" : "odh-PastOrPresentIndustry-model.referenceRange", "min" : 0, "max" : "0" }, "type" : [ { "code" : "http://hl7.org/fhir/us/odh/StructureDefinition/cimi-statement-ReferenceRange-model" } ], "mustSupport" : false, "isModifier" : false, "isSummary" : false } ] } }