{ "description": "Defines the library containing the Reportable Condition Trigger Code value sets. These are used in Public Health as trigger codes to kick off creation of electronic initial case reports and reportability responses. ", "_filename": "StructureDefinition-knowledge-distribution-valueset-library.json", "package_name": "hl7.fhir.us.ecr", "date": "2018-08-19T00:00:00+10:00", "derivation": "constraint", "publisher": null, "fhirVersion": "3.0.1", "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166", "display": "United States of America" } ] } ], "name": "knowledge-distribution-valueset-library", "mapping": [ { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping", "identity": "w5" }, { "uri": "http://hl7.org/fhir/object-implementation", "name": "Object Implementation Information", "identity": "objimpl" } ], "abstract": false, "type": "Library", "experimental": null, "resourceType": "StructureDefinition", "title": "RCTC Valueset Library", "package_version": "0.2.0", "snapshot": { "element": [ { "constraint": [ { "key": "dom-2", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "xpath": "not(parent::f:contained and f:contained)", "source": "DomainResource", "severity": "error", "expression": "contained.contained.empty()" }, { "key": "dom-1", "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative", "xpath": "not(parent::f:contained and f:text)", "source": "DomainResource", "severity": "error", "expression": "contained.text.empty()" }, { "key": "dom-4", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source": "DomainResource", "severity": "error", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" }, { "key": "dom-3", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource", "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))", "source": "DomainResource", "severity": "error", "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()" } ], "path": "Library", "min": 0, "definition": "The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets.", "short": "Represents a library of quality improvement components", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "Act[classCode=GROUPER;moodCode=EVN]", "identity": "rim" }, { "map": "clinical.general", "identity": "w5" } ], "mustSupport": true, "max": "*", "id": "Library", "base": { "max": "*", "min": 0, "path": "Library" } }, { "path": "Library.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "short": "Logical id of this artifact", "type": [ { "code": "id" } ], "max": "1", "id": "Library.id", "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "base": { "max": "1", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "path": "Library.meta", "min": 0, "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "max": "1", "id": "Library.meta", "base": { "max": "1", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "path": "Library.implicitRules", "min": 0, "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "isModifier": true, "short": "A set of rules under which this content was created", "type": [ { "code": "uri" } ], "max": "1", "id": "Library.implicitRules", "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isSummary": true }, { "path": "Library.language", "min": 0, "definition": "The base language in which the resource is written.", "short": "Language of the resource content", "type": [ { "code": "code" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueReference": { "reference": "http://hl7.org/fhir/ValueSet/all-languages" } }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "A human language.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/languages" } }, "max": "1", "id": "Library.language", "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "base": { "max": "1", "min": 0, "path": "Resource.language" } }, { "path": "Library.text", "min": 0, "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "short": "Text summary of the resource, for human interpretation", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "Library.text", "condition": [ "dom-1" ], "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.", "base": { "max": "1", "min": 0, "path": "DomainResource.text" } }, { "path": "Library.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "Library.contained", "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" } }, { "path": "Library.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource. 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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.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.", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" } }, { "path": "Library.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.modifierExtension", "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" } }, { "path": "Library.url", "requirements": "Allows the library to be referenced by a single globally unique identifier.", "min": 0, "definition": "An absolute URI that is used to identify this library when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this library is (or will be) published. The URL SHOULD include the major version of the library. For more information see [Technical and Business Versions](resource.html#versions).", "short": "Logical URI to reference this library (globally unique)", "mapping": [ { "map": ".identifier[scope=BUSN;reliability=ISS]", "identity": "rim" }, { "map": "id", "identity": "w5" } ], "type": [ { "code": "uri" } ], "max": "1", "id": "Library.url", "comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. Multiple instances may share the same url if they have a distinct version.", "base": { "max": "1", "min": 0, "path": "Library.url" }, "isSummary": true }, { "path": "Library.identifier", "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", "min": 1, "definition": "A formal identifier that is used to identify this library when it is represented in other formats, or referenced in a specification, model, design or an instance. e.g. CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifacts.", "short": "Additional identifier for the library", "mapping": [ { "map": ".identifier", "identity": "rim" }, { "map": "no-gen-base", "identity": "objimpl" }, { "map": "id", "identity": "w5" } ], "type": [ { "code": "Identifier" } ], "mustSupport": true, "max": "1", "id": "Library.identifier", "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, e.g., to identify this library outside of FHIR, where it is not possible to use the logical URI.", "base": { "max": "*", "min": 0, "path": "Library.identifier" }, "isSummary": true }, { "path": "Library.identifier.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.identifier.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.identifier.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.identifier.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.identifier.use", "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", "min": 0, "definition": "The purpose of this identifier.", "isModifier": true, "short": "usual | official | temp | secondary (If known)", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierUse" } ], "description": "Identifies the purpose for this identifier, if known .", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/identifier-use" } }, "max": "1", "id": "Library.identifier.use", "comment": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one. Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", "base": { "max": "1", "min": 0, "path": "Identifier.use" }, "isSummary": true }, { "path": "Library.identifier.type", "requirements": "Allows users to make use of identifiers when the identifier system is not known.", "min": 0, "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", "short": "Description of identifier", "mapping": [ { "map": "CX.5", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierType" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/identifier-type" } }, "max": "1", "id": "Library.identifier.type", "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. \n\nWhere the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", "base": { "max": "1", "min": 0, "path": "Identifier.type" }, "isSummary": true }, { "path": "Library.identifier.system", "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", "min": 1, "definition": "Fixed to the namespace: urn:ietf:rfc:3986 for OIDs", "short": "The namespace for Object Identifiers", "mapping": [ { "map": "CX.4 / EI-2-4", "identity": "v2" }, { "map": "II.root or Role.id.root", "identity": "rim" }, { "map": "./IdentifierType", "identity": "servd" } ], "type": [ { "code": "uri" } ], "mustSupport": true, "max": "1", "id": "Library.identifier.system", "example": [ { "label": "General", "valueUri": "http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri" } ], "base": { "max": "1", "min": 0, "path": "Identifier.system" }, "patternUri": "urn:ietf:rfc:3986", "isSummary": true }, { "path": "Library.identifier.value", "min": 1, "definition": "The Object Identifier of the Reportable Condition Trigger Code library", "short": "The OID for the RCTC ValueSet Library", "mapping": [ { "map": "CX.1 / EI.1", "identity": "v2" }, { "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", "identity": "rim" }, { "map": "./Value", "identity": "servd" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.identifier.value", "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html).", "example": [ { "label": "General", "valueString": "123456" } ], "base": { "max": "1", "min": 0, "path": "Identifier.value" }, "isSummary": true }, { "path": "Library.identifier.period", "min": 0, "definition": "Time period during which identifier is/was valid for use.", "short": "Time period when id is/was valid for use", "mapping": [ { "map": "CX.7 + CX.8", "identity": "v2" }, { "map": "Role.effectiveTime or implied by context", "identity": "rim" }, { "map": "./StartDate and ./EndDate", "identity": "servd" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "Library.identifier.period", "base": { "max": "1", "min": 0, "path": "Identifier.period" }, "isSummary": true }, { "path": "Library.identifier.assigner", "min": 0, "definition": "Organization that issued/manages the identifier.", "short": "Organization that issued id (may be just text)", "mapping": [ { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, { "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", "identity": "rim" }, { "map": "./IdentifierIssuingAuthority", "identity": "servd" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "max": "1", "id": "Library.identifier.assigner", "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", "base": { "max": "1", "min": 0, "path": "Identifier.assigner" }, "isSummary": true }, { "path": "Library.version", "min": 1, "definition": "The RCTC Definition Version. Usually a date. ", "short": "The version of the RCTC ValueSet Library. ", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" }, { "map": "id.version", "identity": "w5" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.version", "comment": "There may be different library instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a refrence to a particular business version of the library with the format [url]|[version].", "base": { "max": "1", "min": 0, "path": "Library.version" }, "isSummary": true }, { "path": "Library.name", "requirements": "Support human navigation and code generation.", "min": 1, "definition": "A natural language name identifying the library. This name should be usable as an identifier for the module by machine processing applications such as code generation.", "short": "Name for this library (computer friendly)", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.name", "comment": "The name is not expected to be globally unique. The name should be a simple alpha-numeric type name to ensure that it is computable friendly.", "base": { "max": "1", "min": 0, "path": "Library.name" }, "isSummary": true }, { "path": "Library.title", "min": 1, "definition": "A short, descriptive, user-friendly title for the library.", "short": "Name for this library (human friendly)", "mapping": [ { "map": ".title", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.title", "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", "base": { "max": "1", "min": 0, "path": "Library.title" }, "isSummary": true }, { "path": "Library.status", "min": 1, "definition": "The status of this library. Enables tracking the life-cycle of the content.", "isModifier": true, "short": "draft | active | retired | unknown", "mapping": [ { "map": ".status", "identity": "rim" }, { "map": "status", "identity": "w5" } ], "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PublicationStatus" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "The lifecycle status of a Value Set or Concept Map.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/publication-status" } }, "max": "1", "id": "Library.status", "comment": "Allows filtering of librarys that are appropriate for use vs. not. \nThis is labeled as \"Is Modifier\" because applications should not use a retired library without due consideration.", "base": { "max": "1", "min": 1, "path": "Library.status" }, "isSummary": true }, { "path": "Library.experimental", "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level library.", "min": 0, "definition": "A boolean value to indicate that this library is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.", "isModifier": true, "short": "For testing purposes, not real usage", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" }, { "map": "class", "identity": "w5" } ], "type": [ { "code": "boolean" } ], "max": "1", "id": "Library.experimental", "comment": "Allows filtering of library that are appropriate for use vs. not. This is labeled as \"Is Modifier\" because applications should not use an experimental library in production.", "base": { "max": "1", "min": 0, "path": "Library.experimental" }, "isSummary": true }, { "path": "Library.type", "min": 1, "definition": "Identifies the type of library. Fixed to Asset-Collection. ", "short": "asset-collection", "mapping": [ { "map": ".code", "identity": "rim" }, { "map": "what", "identity": "w5" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "LibraryType" } ], "description": "The type of knowledge asset this library contains", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/library-type" } }, "max": "1", "id": "Library.type", "base": { "max": "1", "min": 1, "path": "Library.type" }, "isSummary": true }, { "path": "Library.type.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.type.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.type.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.type.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.type.coding", "requirements": "Allows for translations and alternate encodings within a code system. Also supports communication of the same instance to systems requiring different encodings.", "min": 1, "definition": "A reference to a code defined by a terminology system.", "short": "Code defined by a terminology system", "mapping": [ { "map": "C*E.1-8, C*E.10-22", "identity": "v2" }, { "map": "union(., ./translation)", "identity": "rim" }, { "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding", "identity": "orim" } ], "type": [ { "code": "Coding" } ], "max": "1", "id": "Library.type.coding", "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" }, "isSummary": true }, { "path": "Library.type.coding.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.type.coding.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.type.coding.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.type.coding.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.type.coding.system", "requirements": "Need to be unambiguous about the source of the definition of the symbol.", "min": 1, "definition": "The identification of the code system that defines the meaning of the symbol in the code.", "short": "Identity of the terminology system", "fixedUri": "http://hl7.org/fhir/ValueSet/library-type", "mapping": [ { "map": "C*E.3", "identity": "v2" }, { "map": "./codeSystem", "identity": "rim" }, { "map": "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem", "identity": "orim" } ], "type": [ { "code": "uri" } ], "max": "1", "id": "Library.type.coding.system", "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.", "base": { "max": "1", "min": 0, "path": "Coding.system" }, "isSummary": true }, { "path": "Library.type.coding.version", "min": 0, "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.", "short": "Version of the system - if relevant", "mapping": [ { "map": "C*E.7", "identity": "v2" }, { "map": "./codeSystemVersion", "identity": "rim" }, { "map": "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion", "identity": "orim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "Library.type.coding.version", "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.", "base": { "max": "1", "min": 0, "path": "Coding.version" }, "isSummary": true }, { "path": "Library.type.coding.code", "fixedCode": "asset-collection", "requirements": "Need to refer to a particular code in the system.", "min": 1, "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).", "short": "Symbol in syntax defined by the system", "mapping": [ { "map": "C*E.1", "identity": "v2" }, { "map": "./code", "identity": "rim" }, { "map": "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code", "identity": "orim" } ], "type": [ { "code": "code" } ], "max": "1", "id": "Library.type.coding.code", "base": { "max": "1", "min": 0, "path": "Coding.code" }, "isSummary": true }, { "path": "Library.type.coding.display", "requirements": "Need to be able to carry a human-readable meaning of the code for readers that do not know the system.", "min": 0, "definition": "A representation of the meaning of the code in the system, following the rules of the system.", "short": "Representation defined by the system", "mapping": [ { "map": "C*E.2 - but note this is not well followed", "identity": "v2" }, { "map": "CV.displayName", "identity": "rim" }, { "map": "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName", "identity": "orim" } ], "type": [ { "code": "string" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Library.type.coding.display", "base": { "max": "1", "min": 0, "path": "Coding.display" }, "isSummary": true }, { "path": "Library.type.coding.userSelected", "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, "definition": "Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays).", "short": "If this coding was chosen directly by the user", "mapping": [ { "map": "Sometimes implied by being first", "identity": "v2" }, { "map": "CD.codingRationale", "identity": "rim" }, { "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 ]", "identity": "orim" } ], "type": [ { "code": "boolean" } ], "max": "1", "id": "Library.type.coding.userSelected", "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.", "base": { "max": "1", "min": 0, "path": "Coding.userSelected" }, "isSummary": true }, { "path": "Library.type.text", "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", "min": 0, "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", "short": "Plain text representation of the concept", "mapping": [ { "map": "C*E.9. But note many systems use C*E.2 for this", "identity": "v2" }, { "map": "./originalText[mediaType/code=\"text/plain\"]/data", "identity": "rim" }, { "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText", "identity": "orim" } ], "type": [ { "code": "string" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Library.type.text", "comment": "Very often the text is the same as a displayName of one of the codings.", "base": { "max": "1", "min": 0, "path": "CodeableConcept.text" }, "isSummary": true }, { "path": "Library.date", "min": 0, "definition": "The date (and optionally time) when the library was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the library changes.", "short": "Date this was last changed", "mapping": [ { "map": ".participation[typeCode=AUT].time", "identity": "rim" }, { "map": "when.recorded", "identity": "w5" } ], "type": [ { "code": "dateTime" } ], "alias": [ "Revision Date" ], "max": "1", "id": "Library.date", "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the library. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", "base": { "max": "1", "min": 0, "path": "Library.date" }, "isSummary": true }, { "path": "Library.publisher", "requirements": "Helps establish the \"authority/credibility\" of the library. May also allow for contact.", "min": 0, "definition": "The name of the individual or organization that published the library.", "short": "Name of the publisher (organization or individual)", "mapping": [ { "map": ".participation[typeCode=AUT].role", "identity": "rim" }, { "map": "who.witness", "identity": "w5" } ], "type": [ { "code": "string" } ], "max": "1", "id": "Library.publisher", "comment": "Usually an organization, but may be an individual. The publisher (or steward) of the library is the organization or individual primarily responsible for the maintenance and upkeep of the library. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the library. This item SHOULD be populated unless the information is available from context.", "base": { "max": "1", "min": 0, "path": "Library.publisher" }, "isSummary": true }, { "path": "Library.description", "min": 1, "definition": "A free text natural language description of the library from a consumer's perspective.", "short": "Natural language description of the library", "mapping": [ { "map": ".text", "identity": "rim" } ], "type": [ { "code": "markdown" } ], "max": "1", "id": "Library.description", "comment": "This description can be used to capture details such as why the library was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the library as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the profile is presumed to be the predominant language in the place the profile was created).", "patternMarkdown": "Triggers for initiating decision support for electronic case reports", "base": { "max": "1", "min": 0, "path": "Library.description" }, "isSummary": true }, { "path": "Library.purpose", "min": 0, "definition": "Explaination of why this library is needed and why it has been designed as it has.", "short": "Why this library is defined", "mapping": [ { "map": ".reasonCode.text", "identity": "rim" }, { "map": "no-gen-base", "identity": "objimpl" }, { "map": "why", "identity": "w5" } ], "type": [ { "code": "markdown" } ], "max": "1", "id": "Library.purpose", "comment": "This element does not describe the usage of the library Instead it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this library.", "base": { "max": "1", "min": 0, "path": "Library.purpose" } }, { "path": "Library.usage", "min": 0, "definition": "A detailed description of how the library is used from a clinical perspective.", "short": "Describes the clinical usage of the library", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "Library.usage", "base": { "max": "1", "min": 0, "path": "Library.usage" } }, { "path": "Library.approvalDate", "min": 0, "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", "short": "When the library was approved by publisher", "mapping": [ { "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", "identity": "rim" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "date" } ], "max": "1", "id": "Library.approvalDate", "comment": "The 'date' element may be more recent than the approval date because of minor changes / editorial corrections.", "base": { "max": "1", "min": 0, "path": "Library.approvalDate" } }, { "path": "Library.lastReviewDate", "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", "min": 0, "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval, but doesn't change the original approval date.", "short": "When the library was last reviewed", "mapping": [ { "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", "identity": "rim" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "date" } ], "max": "1", "id": "Library.lastReviewDate", "comment": "If specified, this is usually after the approval date.", "base": { "max": "1", "min": 0, "path": "Library.lastReviewDate" } }, { "path": "Library.effectivePeriod", "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of a the library are or are expected to be used instead.", "min": 1, "definition": "The period during which the library content was or is planned to be in active use.", "short": "When the library is expected to be used", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "Period" } ], "mustSupport": true, "max": "1", "id": "Library.effectivePeriod", "comment": "The effective period for a library determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", "base": { "max": "1", "min": 0, "path": "Library.effectivePeriod" }, "isSummary": true }, { "path": "Library.effectivePeriod.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.effectivePeriod.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.effectivePeriod.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.effectivePeriod.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.effectivePeriod.start", "min": 1, "definition": "The start of the period. The boundary is inclusive.", "short": "Starting time with inclusive boundary", "mapping": [ { "map": "DR.1", "identity": "v2" }, { "map": "./low", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "mustSupport": true, "max": "1", "id": "Library.effectivePeriod.start", "condition": [ "per-1" ], "comment": "If the low element is missing, the meaning is that the low boundary is not known.", "base": { "max": "1", "min": 0, "path": "Period.start" }, "isSummary": true }, { "path": "Library.effectivePeriod.end", "min": 0, "definition": "The end of the period. If the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.", "short": "End time with inclusive boundary, if not ongoing", "mapping": [ { "map": "DR.2", "identity": "v2" }, { "map": "./high", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "meaningWhenMissing": "If the end of the period is missing, it means that the period is ongoing", "max": "1", "id": "Library.effectivePeriod.end", "condition": [ "per-1" ], "comment": "The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has a end value of 2012-02-03.", "base": { "max": "1", "min": 0, "path": "Period.end" }, "isSummary": true }, { "path": "Library.useContext", "requirements": "Assist in searching for appropriate content.", "min": 0, "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate library instances.", "short": "Context the content is intended to support", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" } ], "type": [ { "code": "UsageContext" } ], "max": "*", "id": "Library.useContext", "comment": "When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.", "base": { "max": "*", "min": 0, "path": "Library.useContext" }, "isSummary": true }, { "path": "Library.jurisdiction", "min": 0, "definition": "A legal or geographic region in which the library is intended to be used.", "short": "Intended jurisdiction for library (if applicable)", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Jurisdiction" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "Countries and regions within which this artifact is targeted for use", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/jurisdiction" } }, "max": "*", "id": "Library.jurisdiction", "comment": "It may be possible for the library to be used in jurisdictions other than those for which it was originally designed or intended.", "base": { "max": "*", "min": 0, "path": "Library.jurisdiction" }, "isSummary": true }, { "path": "Library.topic", "requirements": "Repositories must be able to determine how to categorize the library so that it can be found by topical searches.", "min": 0, "definition": "Descriptive topics related to the content of the library. Topics provide a high-level categorization of the library that can be useful for filtering and searching.", "short": "E.g. Education, Treatment, Assessment, etc", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "DefinitionTopic" } ], "description": "High-level categorization of the definition, used for searching, sorting, and filtering", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/definition-topic" } }, "max": "*", "id": "Library.topic", "base": { "max": "*", "min": 0, "path": "Library.topic" } }, { "path": "Library.contributor", "requirements": "Consumers of the content must be able to quickly determine who contributed to the content of the library.", "min": 0, "definition": "A contributor to the content of the library, including authors, editors, reviewers, and endorsers.", "short": "A content contributor", "mapping": [ { "map": ".participation[typeCode=AUT,VRF] {No support yet for editor nor clear whether VRF best corresponds to reviewer or endorser}", "identity": "rim" } ], "type": [ { "code": "Contributor" } ], "max": "*", "id": "Library.contributor", "base": { "max": "*", "min": 0, "path": "Library.contributor" } }, { "path": "Library.contact", "min": 0, "definition": "Contact details to assist a user in finding and communicating with the publisher.", "short": "Contact details for the publisher", "mapping": [ { "map": ".participation[typeCode=CALLBCK].role", "identity": "rim" } ], "type": [ { "code": "ContactDetail" } ], "max": "*", "id": "Library.contact", "comment": "May be a web site, an email address, a telephone number, etc.", "base": { "max": "*", "min": 0, "path": "Library.contact" }, "isSummary": true }, { "path": "Library.copyright", "requirements": "Consumers must be able to determine any legal restrictions on the use of the library and/or its content.", "min": 0, "definition": "A copyright statement relating to the library and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the library.", "short": "Use and/or publishing restrictions", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" }, { "map": "no-gen-base", "identity": "objimpl" } ], "type": [ { "code": "markdown" } ], "alias": [ "License", "Restrictions" ], "max": "1", "id": "Library.copyright", "base": { "max": "1", "min": 0, "path": "Library.copyright" } }, { "path": "Library.relatedArtifact", "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", "min": 1, "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", "short": "Additional documentation, citations, etc.", "mapping": [ { "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", "identity": "rim" } ], "slicing": { "rules": "open", "discriminator": [ { "path": "display", "type": "value" } ] }, "type": [ { "code": "RelatedArtifact" } ], "max": "*", "id": "Library.relatedArtifact", "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", "base": { "max": "*", "min": 0, "path": "Library.relatedArtifact" } }, { "path": "Library.relatedArtifact", "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", "min": 1, "definition": "References to the Diagnosis Problem Value Set resource", "short": "Diagnosis Problem Value Set", "mapping": [ { "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", "identity": "rim" } ], "type": [ { "code": "RelatedArtifact" } ], "mustSupport": true, "sliceName": "sliceDiagnosisProblemValueSet", "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet", "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", "base": { "max": "*", "min": 0, "path": "Library.relatedArtifact" } }, { "path": "Library.relatedArtifact.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.type", "min": 1, "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "short": "composed-of", "type": [ { "code": "code" } ], "patternCode": "composed-of", "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RelatedArtifactType" } ], "description": "The type of relationship to the related artifact", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/related-artifact-type" } }, "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.type", "base": { "max": "1", "min": 1, "path": "RelatedArtifact.type" }, "isSummary": true }, { "path": "Library.relatedArtifact.display", "min": 1, "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.", "short": "Brief description of the related artifact", "type": [ { "code": "string" } ], "patternString": "Diagnosis Problem Triggers for Public Health Reporting", "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.display", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.display" }, "isSummary": true }, { "path": "Library.relatedArtifact.citation", "min": 0, "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", "short": "Bibliographic citation for the artifact", "type": [ { "code": "string" } ], "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.citation", "comment": "Additional structured information about citations should be captured as extensions.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.citation" }, "isSummary": true }, { "path": "Library.relatedArtifact.url", "min": 0, "definition": "A url for the artifact that can be followed to access the actual content.", "short": "Where the artifact can be accessed", "type": [ { "code": "uri" } ], "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.url", "comment": "If a document or resource element is present, this element SHALL NOT be provided (use the url or reference in the Attachment or resource reference).", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.url" }, "isSummary": true }, { "path": "Library.relatedArtifact.document", "min": 0, "definition": "The document being referenced, represented as an attachment. This is exclusive with the resource element.", "short": "What document is being referenced", "type": [ { "code": "Attachment" } ], "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.document", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.document" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource", "min": 1, "definition": "The related resource, such as a library, value set, profile, or other knowledge resource.", "short": "What resource is being referenced", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource", "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.resource" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.resource.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.resource.reference", "min": 1, "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", "short": "Literal reference, Relative, internal or absolute URL", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource.reference", "condition": [ "ref-1" ], "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", "base": { "max": "1", "min": 0, "path": "Reference.reference" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.identifier", "min": 0, "definition": "An identifier for the other resource. This is used when there is no way to reference the other resource directly, either because the entity is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.", "short": "Logical reference, when literal reference is not known", "mapping": [ { "map": ".identifier", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource.identifier", "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.", "base": { "max": "1", "min": 0, "path": "Reference.identifier" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.display", "min": 0, "definition": "Plain text narrative that identifies the resource in addition to the resource reference.", "short": "Text alternative for the resource", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource.display", "comment": "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", "base": { "max": "1", "min": 0, "path": "Reference.display" }, "isSummary": true }, { "path": "Library.relatedArtifact", "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", "min": 1, "definition": "References to the Organism Substance Value Set resource", "short": "Organism Substance Value Set", "mapping": [ { "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", "identity": "rim" } ], "type": [ { "code": "RelatedArtifact" } ], "mustSupport": true, "sliceName": "sliceOrganismSubstanceValueSet", "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet", "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", "base": { "max": "*", "min": 0, "path": "Library.relatedArtifact" } }, { "path": "Library.relatedArtifact.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.type", "min": 1, "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "short": "composed-of", "type": [ { "code": "code" } ], "patternCode": "composed-of", "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RelatedArtifactType" } ], "description": "The type of relationship to the related artifact", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/related-artifact-type" } }, "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.type", "base": { "max": "1", "min": 1, "path": "RelatedArtifact.type" }, "isSummary": true }, { "path": "Library.relatedArtifact.display", "min": 1, "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.", "short": "Brief description of the related artifact", "type": [ { "code": "string" } ], "patternString": "Organism Substance Triggers for Public Health Reporting", "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.display", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.display" }, "isSummary": true }, { "path": "Library.relatedArtifact.citation", "min": 0, "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", "short": "Bibliographic citation for the artifact", "type": [ { "code": "string" } ], "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.citation", "comment": "Additional structured information about citations should be captured as extensions.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.citation" }, "isSummary": true }, { "path": "Library.relatedArtifact.url", "min": 0, "definition": "A url for the artifact that can be followed to access the actual content.", "short": "Where the artifact can be accessed", "type": [ { "code": "uri" } ], "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.url", "comment": "If a document or resource element is present, this element SHALL NOT be provided (use the url or reference in the Attachment or resource reference).", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.url" }, "isSummary": true }, { "path": "Library.relatedArtifact.document", "min": 0, "definition": "The document being referenced, represented as an attachment. This is exclusive with the resource element.", "short": "What document is being referenced", "type": [ { "code": "Attachment" } ], "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.document", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.document" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource", "min": 1, "definition": "The related resource, such as a library, value set, profile, or other knowledge resource.", "short": "What resource is being referenced", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource", "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.resource" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.resource.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.resource.reference", "min": 1, "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", "short": "Literal reference, Relative, internal or absolute URL", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource.reference", "condition": [ "ref-1" ], "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", "base": { "max": "1", "min": 0, "path": "Reference.reference" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.identifier", "min": 0, "definition": "An identifier for the other resource. This is used when there is no way to reference the other resource directly, either because the entity is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.", "short": "Logical reference, when literal reference is not known", "mapping": [ { "map": ".identifier", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource.identifier", "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.", "base": { "max": "1", "min": 0, "path": "Reference.identifier" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.display", "min": 0, "definition": "Plain text narrative that identifies the resource in addition to the resource reference.", "short": "Text alternative for the resource", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource.display", "comment": "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", "base": { "max": "1", "min": 0, "path": "Reference.display" }, "isSummary": true }, { "path": "Library.relatedArtifact", "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", "min": 1, "definition": "References to the Lab Order Test Value Set resource", "short": "Lab Order Test Value Set", "mapping": [ { "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", "identity": "rim" } ], "type": [ { "code": "RelatedArtifact" } ], "mustSupport": true, "sliceName": "sliceLabOrderTestNameValueSet", "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet", "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", "base": { "max": "*", "min": 0, "path": "Library.relatedArtifact" } }, { "path": "Library.relatedArtifact.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.type", "min": 1, "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "short": "composed-of", "type": [ { "code": "code" } ], "patternCode": "composed-of", "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RelatedArtifactType" } ], "description": "The type of relationship to the related artifact", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/related-artifact-type" } }, "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.type", "base": { "max": "1", "min": 1, "path": "RelatedArtifact.type" }, "isSummary": true }, { "path": "Library.relatedArtifact.display", "min": 1, "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.", "short": "Brief description of the related artifact", "type": [ { "code": "string" } ], "patternString": "Lab Order Test Name Triggers for Public Health Reporting", "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.display", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.display" }, "isSummary": true }, { "path": "Library.relatedArtifact.citation", "min": 0, "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", "short": "Bibliographic citation for the artifact", "type": [ { "code": "string" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.citation", "comment": "Additional structured information about citations should be captured as extensions.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.citation" }, "isSummary": true }, { "path": "Library.relatedArtifact.url", "min": 0, "definition": "A url for the artifact that can be followed to access the actual content.", "short": "Where the artifact can be accessed", "type": [ { "code": "uri" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.url", "comment": "If a document or resource element is present, this element SHALL NOT be provided (use the url or reference in the Attachment or resource reference).", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.url" }, "isSummary": true }, { "path": "Library.relatedArtifact.document", "min": 0, "definition": "The document being referenced, represented as an attachment. This is exclusive with the resource element.", "short": "What document is being referenced", "type": [ { "code": "Attachment" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.document", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.document" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource", "min": 1, "definition": "The related resource, such as a library, value set, profile, or other knowledge resource.", "short": "What resource is being referenced", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource", "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.resource" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.resource.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.resource.reference", "min": 1, "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", "short": "Literal reference, Relative, internal or absolute URL", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource.reference", "condition": [ "ref-1" ], "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", "base": { "max": "1", "min": 0, "path": "Reference.reference" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.identifier", "min": 0, "definition": "An identifier for the other resource. This is used when there is no way to reference the other resource directly, either because the entity is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.", "short": "Logical reference, when literal reference is not known", "mapping": [ { "map": ".identifier", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource.identifier", "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.", "base": { "max": "1", "min": 0, "path": "Reference.identifier" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.display", "min": 0, "definition": "Plain text narrative that identifies the resource in addition to the resource reference.", "short": "Text alternative for the resource", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource.display", "comment": "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", "base": { "max": "1", "min": 0, "path": "Reference.display" }, "isSummary": true }, { "path": "Library.relatedArtifact", "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", "min": 1, "definition": "References to the Lab Observation Test Value Set resource", "short": "Lab Observation Test Value Set", "mapping": [ { "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", "identity": "rim" } ], "type": [ { "code": "RelatedArtifact" } ], "mustSupport": true, "sliceName": "sliceLabObsTestNameValueSet", "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet", "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", "base": { "max": "*", "min": 0, "path": "Library.relatedArtifact" } }, { "path": "Library.relatedArtifact.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.type", "min": 1, "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "short": "composed-of", "type": [ { "code": "code" } ], "patternCode": "composed-of", "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RelatedArtifactType" } ], "description": "The type of relationship to the related artifact", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/related-artifact-type" } }, "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.type", "base": { "max": "1", "min": 1, "path": "RelatedArtifact.type" }, "isSummary": true }, { "path": "Library.relatedArtifact.display", "min": 1, "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.", "short": "Brief description of the related artifact", "type": [ { "code": "string" } ], "patternString": "Lab Obs Test Name Triggers for Public Health Reporting", "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.display", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.display" }, "isSummary": true }, { "path": "Library.relatedArtifact.citation", "min": 0, "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", "short": "Bibliographic citation for the artifact", "type": [ { "code": "string" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.citation", "comment": "Additional structured information about citations should be captured as extensions.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.citation" }, "isSummary": true }, { "path": "Library.relatedArtifact.url", "min": 0, "definition": "A url for the artifact that can be followed to access the actual content.", "short": "Where the artifact can be accessed", "type": [ { "code": "uri" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.url", "comment": "If a document or resource element is present, this element SHALL NOT be provided (use the url or reference in the Attachment or resource reference).", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.url" }, "isSummary": true }, { "path": "Library.relatedArtifact.document", "min": 0, "definition": "The document being referenced, represented as an attachment. This is exclusive with the resource element.", "short": "What document is being referenced", "type": [ { "code": "Attachment" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.document", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.document" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource", "min": 1, "definition": "The related resource, such as a library, value set, profile, or other knowledge resource.", "short": "What resource is being referenced", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource", "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.resource" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.resource.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.resource.reference", "min": 1, "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", "short": "Literal reference, Relative, internal or absolute URL", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource.reference", "condition": [ "ref-1" ], "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", "base": { "max": "1", "min": 0, "path": "Reference.reference" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.identifier", "min": 0, "definition": "An identifier for the other resource. This is used when there is no way to reference the other resource directly, either because the entity is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.", "short": "Logical reference, when literal reference is not known", "mapping": [ { "map": ".identifier", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource.identifier", "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.", "base": { "max": "1", "min": 0, "path": "Reference.identifier" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.display", "min": 0, "definition": "Plain text narrative that identifies the resource in addition to the resource reference.", "short": "Text alternative for the resource", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource.display", "comment": "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", "base": { "max": "1", "min": 0, "path": "Reference.display" }, "isSummary": true }, { "path": "Library.relatedArtifact", "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", "min": 1, "definition": "References to the Drugs Prescribed Value Set resource", "short": "Drugs Prescribed Value Set", "mapping": [ { "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", "identity": "rim" } ], "type": [ { "code": "RelatedArtifact" } ], "mustSupport": true, "sliceName": "sliceDrugsPrescribedValueSet", "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet", "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", "base": { "max": "*", "min": 0, "path": "Library.relatedArtifact" } }, { "path": "Library.relatedArtifact.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.type", "min": 1, "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "short": "composed-of", "type": [ { "code": "code" } ], "patternCode": "composed-of", "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RelatedArtifactType" } ], "description": "The type of relationship to the related artifact", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/related-artifact-type" } }, "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.type", "base": { "max": "1", "min": 1, "path": "RelatedArtifact.type" }, "isSummary": true }, { "path": "Library.relatedArtifact.display", "min": 1, "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.", "short": "Brief description of the related artifact", "type": [ { "code": "string" } ], "patternString": "Drugs Prescribed Triggers for Public Health Reporting", "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.display", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.display" }, "isSummary": true }, { "path": "Library.relatedArtifact.citation", "min": 0, "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", "short": "Bibliographic citation for the artifact", "type": [ { "code": "string" } ], "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.citation", "comment": "Additional structured information about citations should be captured as extensions.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.citation" }, "isSummary": true }, { "path": "Library.relatedArtifact.url", "min": 0, "definition": "A url for the artifact that can be followed to access the actual content.", "short": "Where the artifact can be accessed", "type": [ { "code": "uri" } ], "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.url", "comment": "If a document or resource element is present, this element SHALL NOT be provided (use the url or reference in the Attachment or resource reference).", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.url" }, "isSummary": true }, { "path": "Library.relatedArtifact.document", "min": 0, "definition": "The document being referenced, represented as an attachment. This is exclusive with the resource element.", "short": "What document is being referenced", "type": [ { "code": "Attachment" } ], "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.document", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.document" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource", "min": 1, "definition": "The related resource, such as a library, value set, profile, or other knowledge resource.", "short": "What resource is being referenced", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource", "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.", "base": { "max": "1", "min": 0, "path": "RelatedArtifact.resource" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "Library.relatedArtifact.resource.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "Library.relatedArtifact.resource.reference", "min": 1, "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", "short": "Literal reference, Relative, internal or absolute URL", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource.reference", "condition": [ "ref-1" ], "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", "base": { "max": "1", "min": 0, "path": "Reference.reference" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.identifier", "min": 0, "definition": "An identifier for the other resource. This is used when there is no way to reference the other resource directly, either because the entity is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.", "short": "Logical reference, when literal reference is not known", "mapping": [ { "map": ".identifier", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource.identifier", "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.", "base": { "max": "1", "min": 0, "path": "Reference.identifier" }, "isSummary": true }, { "path": "Library.relatedArtifact.resource.display", "min": 0, "definition": "Plain text narrative that identifies the resource in addition to the resource reference.", "short": "Text alternative for the resource", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "string" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource.display", "comment": "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", "base": { "max": "1", "min": 0, "path": "Reference.display" }, "isSummary": true }, { "path": "Library.parameter", "min": 0, "definition": "The parameter element defines parameters used by the library.", "short": "Parameters defined by the library", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" } ], "type": [ { "code": "ParameterDefinition" } ], "max": "*", "id": "Library.parameter", "base": { "max": "*", "min": 0, "path": "Library.parameter" } }, { "path": "Library.dataRequirement", "min": 0, "definition": "Describes a set of data that must be provided in order to be able to successfully perform the computations defined by the library.", "short": "What data is referenced by this library", "mapping": [ { "map": "N/A (to add?)", "identity": "rim" } ], "type": [ { "code": "DataRequirement" } ], "max": "*", "id": "Library.dataRequirement", "base": { "max": "*", "min": 0, "path": "Library.dataRequirement" } }, { "path": "Library.content", "min": 0, "definition": "The content of the library as an Attachment. The content may be a reference to a url, or may be directly embedded as a base-64 string. Either way, the contentType of the attachment determines how to interpret the content.", "short": "Contents of the library, either embedded or referenced", "mapping": [ { "map": ".text", "identity": "rim" } ], "type": [ { "code": "Attachment" } ], "max": "*", "id": "Library.content", "base": { "max": "*", "min": 0, "path": "Library.content" } } ] }, "status": "draft", "id": "209b1f59-ce2d-4a08-b707-0dac29b480ad", "kind": "resource", "url": "http://hl7.org/fhir/us/ecr/StructureDefinition/knowledge-distribution-valueset-library", "version": "0.2.0", "differential": { "element": [ { "id": "Library", "path": "Library", "mustSupport": true }, { "id": "Library.identifier", "max": "1", "min": 1, "path": "Library.identifier", "mustSupport": true }, { "id": "Library.identifier.system", "min": 1, "path": "Library.identifier.system", "short": "The namespace for Object Identifiers", "definition": "Fixed to the namespace: urn:ietf:rfc:3986 for OIDs", "patternUri": "urn:ietf:rfc:3986", "mustSupport": true }, { "id": "Library.identifier.value", "min": 1, "path": "Library.identifier.value", "short": "The OID for the RCTC ValueSet Library", "definition": "The Object Identifier of the Reportable Condition Trigger Code library", "mustSupport": true }, { "id": "Library.version", "min": 1, "path": "Library.version", "short": "The version of the RCTC ValueSet Library. ", "definition": "The RCTC Definition Version. Usually a date. ", "mustSupport": true }, { "id": "Library.name", "min": 1, "path": "Library.name", "mustSupport": true }, { "id": "Library.title", "min": 1, "path": "Library.title", "mustSupport": true }, { "id": "Library.status", "path": "Library.status", "mustSupport": true }, { "id": "Library.type", "path": "Library.type", "short": "asset-collection", "definition": "Identifies the type of library. Fixed to Asset-Collection. ", "mustSupport": true }, { "id": "Library.type.coding", "max": "1", "min": 1, "path": "Library.type.coding" }, { "id": "Library.type.coding.system", "min": 1, "path": "Library.type.coding.system", "fixedUri": "http://hl7.org/fhir/ValueSet/library-type" }, { "id": "Library.type.coding.code", "min": 1, "path": "Library.type.coding.code", "fixedCode": "asset-collection" }, { "id": "Library.description", "min": 1, "path": "Library.description", "patternMarkdown": "Triggers for initiating decision support for electronic case reports" }, { "id": "Library.effectivePeriod", "min": 1, "path": "Library.effectivePeriod", "mustSupport": true }, { "id": "Library.effectivePeriod.start", "min": 1, "path": "Library.effectivePeriod.start", "mustSupport": true }, { "id": "Library.relatedArtifact", "min": 1, "path": "Library.relatedArtifact", "slicing": { "rules": "open", "discriminator": [ { "path": "display", "type": "value" } ] } }, { "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet", "max": "1", "min": 1, "path": "Library.relatedArtifact", "short": "Diagnosis Problem Value Set", "sliceName": "sliceDiagnosisProblemValueSet", "definition": "References to the Diagnosis Problem Value Set resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.type", "path": "Library.relatedArtifact.type", "short": "composed-of", "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "patternCode": "composed-of" }, { "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.display", "min": 1, "path": "Library.relatedArtifact.display", "patternString": "Diagnosis Problem Triggers for Public Health Reporting" }, { "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource", "min": 1, "path": "Library.relatedArtifact.resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceDiagnosisProblemValueSet.resource.reference", "min": 1, "path": "Library.relatedArtifact.resource.reference", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet", "max": "1", "min": 1, "path": "Library.relatedArtifact", "short": "Organism Substance Value Set", "sliceName": "sliceOrganismSubstanceValueSet", "definition": "References to the Organism Substance Value Set resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.type", "path": "Library.relatedArtifact.type", "short": "composed-of", "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "patternCode": "composed-of" }, { "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.display", "min": 1, "path": "Library.relatedArtifact.display", "patternString": "Organism Substance Triggers for Public Health Reporting" }, { "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource", "min": 1, "path": "Library.relatedArtifact.resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceOrganismSubstanceValueSet.resource.reference", "min": 1, "path": "Library.relatedArtifact.resource.reference", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet", "max": "1", "min": 1, "path": "Library.relatedArtifact", "short": "Lab Order Test Value Set", "sliceName": "sliceLabOrderTestNameValueSet", "definition": "References to the Lab Order Test Value Set resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.type", "path": "Library.relatedArtifact.type", "short": "composed-of", "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "patternCode": "composed-of" }, { "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.display", "min": 1, "path": "Library.relatedArtifact.display", "patternString": "Lab Order Test Name Triggers for Public Health Reporting" }, { "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource", "min": 1, "path": "Library.relatedArtifact.resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceLabOrderTestNameValueSet.resource.reference", "min": 1, "path": "Library.relatedArtifact.resource.reference", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet", "max": "1", "min": 1, "path": "Library.relatedArtifact", "short": "Lab Observation Test Value Set", "sliceName": "sliceLabObsTestNameValueSet", "definition": "References to the Lab Observation Test Value Set resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.type", "path": "Library.relatedArtifact.type", "short": "composed-of", "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "patternCode": "composed-of" }, { "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.display", "min": 1, "path": "Library.relatedArtifact.display", "patternString": "Lab Obs Test Name Triggers for Public Health Reporting" }, { "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource", "min": 1, "path": "Library.relatedArtifact.resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceLabObsTestNameValueSet.resource.reference", "min": 1, "path": "Library.relatedArtifact.resource.reference", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet", "max": "1", "min": 1, "path": "Library.relatedArtifact", "short": "Drugs Prescribed Value Set", "sliceName": "sliceDrugsPrescribedValueSet", "definition": "References to the Drugs Prescribed Value Set resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.type", "path": "Library.relatedArtifact.type", "short": "composed-of", "definition": "The type of relationship to the related artifact. Fixed to composed-of.", "patternCode": "composed-of" }, { "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.display", "min": 1, "path": "Library.relatedArtifact.display", "patternString": "Drugs Prescribed Triggers for Public Health Reporting" }, { "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource", "min": 1, "path": "Library.relatedArtifact.resource", "mustSupport": true }, { "id": "Library.relatedArtifact:sliceDrugsPrescribedValueSet.resource.reference", "min": 1, "path": "Library.relatedArtifact.resource.reference", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Library" }