{ "description": "This SpecimenDefinition profile represents information about the treatment of a specimen, such as storage conditions and test duration.", "_filename": "StructureDefinition-SpecimenDefinition-drug-pq.json", "package_name": "hl7.fhir.uv.pharm-quality", "date": "2023-12-18T16:00:45+00:00", "derivation": "constraint", "publisher": "HL7 International / Biomedical Research and Regulation", "fhirVersion": "5.0.0", "jurisdiction": [ { "text": "World", "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "SpecimenDefinitionDrugPq", "mapping": [ { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v2", "name": "HL7 V2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "SpecimenDefinition", "experimental": null, "resourceType": "StructureDefinition", "title": "SpecimenDefinition - Drug PQ", "package_version": "1.0.0-ballot", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "brr" } ], "snapshot": { "element": [ { "path": "SpecimenDefinition", "min": 0, "definition": "A kind of specimen with associated set of requirements.", "isModifier": false, "short": "Kind of specimen", "mapping": [ { "map": "conformance.behavior,clinical.diagnostics", "identity": "w5" }, { "map": "OM4", "identity": "v2" }, { "map": "Role[classCode=SPEC]", "identity": "rim" } ], "mustSupport": false, "max": "*", "id": "SpecimenDefinition", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition" }, "isSummary": false }, { "path": "SpecimenDefinition.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "isModifier": false, "short": "Logical id of this artifact", "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "id" } ] } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.id", "comment": "Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.", "base": { "max": "1", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.meta", "min": 0, "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", "isModifier": false, "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.meta", "base": { "max": "1", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.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. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", "isModifier": true, "short": "A set of rules under which this content was created", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.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. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.language", "min": 0, "definition": "The base language in which the resource is written.", "isModifier": false, "short": "Language of the resource content", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" } ], "additional": [ { "purpose": "starter", "valueSet": "http://hl7.org/fhir/ValueSet/languages" } ], "description": "IETF language tag for a human language" }, "max": "1", "id": "SpecimenDefinition.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" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.text", "min": 0, "definition": "A human-readable narrative that contains a summary of the resource and can 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.", "isModifier": false, "short": "Text summary of the resource, for human interpretation", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "mustSupport": false, "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "SpecimenDefinition.text", "condition": [ "dom-6" ], "comment": "Contained resources do not have a 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 information is added later.", "base": { "max": "1", "min": 0, "path": "DomainResource.text" }, "isSummary": false }, { "path": "SpecimenDefinition.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.", "isModifier": false, "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "mustSupport": false, "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "SpecimenDefinition.contained", "condition": [ "dom-2", "dom-4", "dom-3", "dom-5" ], "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. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "id": "SpecimenDefinition.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" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R5/extensibility.html#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 and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "id": "SpecimenDefinition.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" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.url", "requirements": "Allows the SpecimenDefinition to be referenced by a single globally unique identifier.", "min": 0, "definition": "An absolute URL that is used to identify this SpecimenDefinition 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 SpecimenDefinition is (or will be) published. The URL SHOULD include the major version of the SpecimenDefinition. For more information see Technical and Business Versions.", "isModifier": false, "short": "Logical canonical URL to reference this SpecimenDefinition (globally unique)", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.url", "comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. This is the URI that will be used when making canonical references to this resource.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.url" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.identifier", "min": 0, "definition": "A business identifier assigned to this SpecimenDefinition.", "isModifier": false, "short": "Business identifier", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.identifier", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.identifier" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.version", "min": 0, "definition": "The identifier that is used to identify this version of the SpecimenDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the SpecimenDefinition author and is not expected to be globally unique.", "isModifier": false, "short": "Business version of the SpecimenDefinition", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.version", "comment": "There may be multiple different instances of a SpecimenDefinition that have the same identifier but different versions.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.version" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.versionAlgorithm[x]", "min": 0, "definition": "Indicates the mechanism used to compare versions to determine which is more current.", "isModifier": false, "short": "How to compare versions", "type": [ { "code": "string" }, { "code": "Coding" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" }, "max": "1", "id": "SpecimenDefinition.versionAlgorithm[x]", "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.versionAlgorithm[x]" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.name", "requirements": "Support human navigation and code generation.", "min": 0, "definition": "A natural language name identifying the {{title}}. This name should be usable as an identifier for the module by machine processing applications such as code generation.", "isModifier": false, "short": "Name for this {{title}} (computer friendly)", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.name", "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.name" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.title", "min": 0, "definition": "A short, descriptive, user-friendly title for the SpecimenDefinition.", "isModifier": false, "short": "Name for this SpecimenDefinition (Human friendly)", "type": [ { "code": "string" } ], "mustSupport": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "SpecimenDefinition.title", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.title" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.derivedFromCanonical", "min": 0, "definition": "The canonical URL pointing to another FHIR-defined SpecimenDefinition that is adhered to in whole or in part by this definition.", "isModifier": false, "short": "Based on FHIR definition of another SpecimenDefinition", "type": [ { "code": "canonical", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" ] } ], "mustSupport": false, "max": "*", "id": "SpecimenDefinition.derivedFromCanonical", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.derivedFromCanonical" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.derivedFromUri", "requirements": "Specimen definitions may be refinements of other definitions.", "min": 0, "definition": "The URL pointing to an externally-defined type of specimen, guideline or other definition that is adhered to in whole or in part by this definition.", "isModifier": false, "short": "Based on external definition", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "*", "id": "SpecimenDefinition.derivedFromUri", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.derivedFromUri" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.status", "min": 1, "definition": "The current state of theSpecimenDefinition.", "isModifier": true, "short": "draft | active | retired | unknown", "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PublicationStatus" } ], "description": "Codes identifying the status of a SpecimenDefinition resource." }, "max": "1", "id": "SpecimenDefinition.status", "comment": "A nominal state-transition diagram can be found in the [Definition pattern](definition.html#statemachine) documentation\nUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", "base": { "max": "1", "min": 1, "path": "SpecimenDefinition.status" }, "isModifierReason": "Not known why this is labelled a modifier", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.experimental", "min": 0, "definition": "A flag to indicate that this SpecimenDefinition is not authored for genuine usage.", "isModifier": false, "short": "If this SpecimenDefinition is not for real usage", "type": [ { "code": "boolean" } ], "mustSupport": false, "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", "max": "1", "id": "SpecimenDefinition.experimental", "comment": "Allows filtering of SpecimenDefinition that are appropriate for use vs. not.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.experimental" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.subject[x]", "min": 0, "definition": "A code or group definition that describes the intended subject from which this kind of specimen is to be collected.", "isModifier": false, "short": "Type of subject for specimen collection", "type": [ { "code": "CodeableConcept" }, { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Group" ] } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.subject[x]", "comment": "Examples: person, animal, device, water ….", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.subject[x]" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.date", "min": 0, "definition": "For draft definitions, indicates the date of initial creation. For active definitions, represents the date of activation. For withdrawn definitions, indicates the date of withdrawal.", "isModifier": false, "short": "Date status first applied", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.date", "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.date" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.publisher", "requirements": "Usually an organization, but may be an individual. The publisher (or steward) of the SpecimenDefinition is the organization or individual primarily responsible for the maintenance and upkeep of the SpecimenDefinition. 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 SpecimenDefinition. This item SHOULD be populated unless the information is available from context.", "min": 0, "definition": "Helps establish the \"authority/credibility\" of the SpecimenDefinition. May also allow for contact.", "isModifier": false, "short": "The name of the individual or organization that published the SpecimenDefinition", "type": [ { "code": "string" } ], "mustSupport": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "SpecimenDefinition.publisher", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.publisher" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.contact", "min": 0, "definition": "Contact details to assist a user in finding and communicating with the publisher.", "isModifier": false, "short": "Contact details for the publisher", "type": [ { "code": "ContactDetail" } ], "mustSupport": false, "max": "*", "id": "SpecimenDefinition.contact", "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.contact" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.description", "min": 0, "definition": "A free text natural language description of the SpecimenDefinition from the consumer's perspective.", "isModifier": false, "short": "Natural language description of the SpecimenDefinition", "type": [ { "code": "markdown" } ], "mustSupport": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "SpecimenDefinition.description", "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the module as conveyed in the text field of the resource itself. This item SHOULD be populated unless the information is available from context.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.description" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.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 of specimen definitions.", "isModifier": false, "short": "Content intends to support these contexts", "type": [ { "code": "UsageContext" } ], "mustSupport": false, "max": "*", "id": "SpecimenDefinition.useContext", "comment": "When multiple usageContexts are specified, there is no expectation for whether all or any of the contexts apply.", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.useContext" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.jurisdiction", "min": 0, "definition": "A jurisdiction in which the SpecimenDefinition is intended to be used.", "isModifier": false, "short": "Intended jurisdiction for this SpecimenDefinition (if applicable)", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Jurisdiction" } ], "description": "Codes for country, country subdivision and region for indicating where a resource is intended to be used." }, "max": "*", "id": "SpecimenDefinition.jurisdiction", "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.jurisdiction" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.purpose", "min": 0, "definition": "Explains why this SpecimeDefinition is needed and why it has been designed as it has.", "isModifier": false, "short": "Why this SpecimenDefinition is defined", "type": [ { "code": "markdown" } ], "mustSupport": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "SpecimenDefinition.purpose", "comment": "This element does not describe the usage of the SpecimenDefinition. Rather it is for 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 SpecimenDefinition.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.purpose" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.copyright", "requirements": "Consumers of the SpecimenDefinition must be able to determine any legal restrictions on the use of the artifact and/or its content.", "min": 0, "definition": "Copyright statement relating to the SpecimenDefinition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the SpecimenDefinition.", "isModifier": false, "short": "Use and/or publishing restrictions", "type": [ { "code": "markdown" } ], "mustSupport": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "alias": [ "License", "Restrictions" ], "max": "1", "id": "SpecimenDefinition.copyright", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.copyright" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.copyrightLabel", "requirements": "Defines the content expected to be rendered in all representations of the artifact.", "min": 0, "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", "isModifier": false, "short": "Copyright holder and year(s)", "type": [ { "code": "string" } ], "mustSupport": false, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "SpecimenDefinition.copyrightLabel", "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.copyrightLabel" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.approvalDate", "min": 0, "definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.", "isModifier": false, "short": "When SpecimenDefinition was approved by publisher", "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.approvalDate", "comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.approvalDate" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.lastReviewDate", "min": 0, "definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.", "isModifier": false, "short": "The date on which the asset content was last reviewed by the publisher", "type": [ { "code": "date" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.lastReviewDate", "comment": "If specified, this is usually after the approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.lastReviewDate" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.effectivePeriod", "min": 0, "definition": "The period during which the SpecimenDefinition content was or is planned to be effective.", "isModifier": false, "short": "The effective date range for the SpecimenDefinition", "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.effectivePeriod", "comment": "The effective period for a SpecimenDefinition determines when the content is applicable for usage and is independent of publication and review dates.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.effectivePeriod" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeCollected", "min": 0, "definition": "The kind of material to be collected.", "isModifier": false, "short": "Kind of material to collect", "mapping": [ { "map": "OM4-6", "identity": "v2" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "CollectedSpecimenType" } ], "description": "The type of the specimen to be collected." }, "max": "1", "id": "SpecimenDefinition.typeCollected", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeCollected" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.patientPreparation", "min": 0, "definition": "Preparation of the patient for specimen collection.", "isModifier": false, "short": "Patient preparation for collection", "mapping": [ { "map": "OM1-37", "identity": "v2" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PreparePatient" } ], "description": "SCT descendants of 703763000 |Precondition value (qualifier value)|" }, "max": "*", "id": "SpecimenDefinition.patientPreparation", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.patientPreparation" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.timeAspect", "min": 0, "definition": "Time aspect of specimen collection (duration or offset).", "isModifier": false, "short": "Time aspect for collection", "mapping": [ { "map": "OM1-43, OM1-44", "identity": "v2" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.timeAspect", "example": [ { "label": "General", "valueString": "24 hour, 20' post charge" } ], "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.timeAspect" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.collection", "min": 0, "definition": "The action to be performed for collecting the specimen.", "isModifier": false, "short": "Specimen collection procedure", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "SpecimenCollection" } ], "description": "SCT actions and procedures for specimen collection" }, "max": "*", "id": "SpecimenDefinition.collection", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.collection" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested", "min": 0, "definition": "Specimen conditioned in a container as expected by the testing laboratory.", "isModifier": false, "short": "Specimen in container intended for testing by lab", "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "max": "*", "id": "SpecimenDefinition.typeTested", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.typeTested" }, "isSummary": false }, { "path": "SpecimenDefinition.typeTested.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.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "SpecimenDefinition.typeTested.id", "condition": [ "ele-1" ], "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "SpecimenDefinition.typeTested.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" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R5/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "SpecimenDefinition.typeTested.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": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.isDerived", "min": 0, "definition": "Primary of secondary specimen.", "isModifier": false, "short": "Primary or secondary specimen", "mapping": [ { "map": "OM4-2", "identity": "v2" } ], "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.isDerived", "example": [ { "label": "General", "valueBoolean": false } ], "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.isDerived" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.type", "min": 0, "definition": "The kind of specimen conditioned for testing expected by lab.", "isModifier": false, "short": "Type of intended specimen", "mapping": [ { "map": "FiveWs.what[x]", "identity": "w5" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IntendedSpecimenType" } ], "description": "The type of specimen conditioned in a container for lab testing." }, "max": "1", "id": "SpecimenDefinition.typeTested.type", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.preference", "min": 1, "definition": "The preference for this type of conditioned specimen.", "isModifier": false, "short": "preferred | alternate", "mapping": [ { "map": "OM4-16", "identity": "v2" } ], "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/specimen-contained-preference|5.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "SpecimenContainedPreference" } ], "description": "Degree of preference of a type of conditioned specimen." }, "max": "1", "id": "SpecimenDefinition.typeTested.preference", "example": [ { "label": "General", "valueCode": "preferred, alternate" } ], "base": { "max": "1", "min": 1, "path": "SpecimenDefinition.typeTested.preference" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container", "min": 0, "definition": "The specimen's container.", "isModifier": false, "short": "The specimen's container", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.container", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container" }, "isSummary": false }, { "path": "SpecimenDefinition.typeTested.container.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.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "SpecimenDefinition.typeTested.container.id", "condition": [ "ele-1" ], "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.container.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "SpecimenDefinition.typeTested.container.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" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.container.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R5/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "SpecimenDefinition.typeTested.container.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": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.material", "min": 0, "definition": "The type of material of the container.", "isModifier": false, "short": "The material type used for the container", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/container-material", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContainerMaterial" } ], "description": "SCT 32039001 |Glass|, 61088005 |Plastic|, 425620007 |Metal|" }, "max": "1", "id": "SpecimenDefinition.typeTested.container.material", "comment": "Examples: glass, plastic, metal.", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container.material" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.type", "min": 0, "definition": "The type of container used to contain this kind of specimen.", "isModifier": false, "short": "Kind of container associated with the kind of specimen", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContainerType" } ], "description": "SCT descendants of 706041008 |Device for body fluid and tissue collection/transfer/processing (physical object)|" }, "max": "1", "id": "SpecimenDefinition.typeTested.container.type", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.cap", "requirements": "From ISO 6710-2017 Table F.1 Recommended colour codes.", "min": 0, "definition": "Color of container cap.", "isModifier": false, "short": "Color of container cap", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/container-cap", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContainerCap" } ], "description": "Color of the container cap." }, "max": "1", "id": "SpecimenDefinition.typeTested.container.cap", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container.cap" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.description", "min": 0, "definition": "The textual description of the kind of container.", "isModifier": false, "short": "The description of the kind of container", "mapping": [ { "map": "OM4-3", "identity": "v2" } ], "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.container.description", "example": [ { "label": "General", "valueString": "Blue top tube with citrate" } ], "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container.description" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.capacity", "min": 0, "definition": "The capacity (volume or other measure) of this kind of container.", "isModifier": false, "short": "The capacity of this kind of container", "mapping": [ { "map": "OM4-4, OM4-5", "identity": "v2" } ], "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.container.capacity", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container.capacity" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.minimumVolume[x]", "min": 0, "definition": "The minimum volume to be conditioned in the container.", "isModifier": false, "short": "Minimum volume", "mapping": [ { "map": "OM4-11", "identity": "v2" } ], "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] }, { "code": "string" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.container.minimumVolume[x]", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container.minimumVolume[x]" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.additive", "min": 0, "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.", "isModifier": false, "short": "Additive associated with container", "mapping": [ { "map": "OM4-7", "identity": "v2" } ], "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "SpecimenDefinition.typeTested.container.additive", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.typeTested.container.additive" }, "isSummary": false }, { "path": "SpecimenDefinition.typeTested.container.additive.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.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "SpecimenDefinition.typeTested.container.additive.id", "condition": [ "ele-1" ], "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.container.additive.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "SpecimenDefinition.typeTested.container.additive.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" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.container.additive.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R5/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "SpecimenDefinition.typeTested.container.additive.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": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.additive.additive[x]", "min": 1, "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.", "isModifier": false, "short": "Additive associated with container", "mapping": [ { "map": "OM4-7", "identity": "v2" } ], "type": [ { "code": "CodeableConcept" }, { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" ] } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContainerAdditive" } ], "description": "Substance added to specimen container." }, "max": "1", "id": "SpecimenDefinition.typeTested.container.additive.additive[x]", "base": { "max": "1", "min": 1, "path": "SpecimenDefinition.typeTested.container.additive.additive[x]" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.container.preparation", "min": 0, "definition": "Special processing that should be applied to the container for this kind of specimen.", "isModifier": false, "short": "Special processing applied to the container for this specimen type", "mapping": [ { "map": "OM4-8", "identity": "v2" } ], "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.container.preparation", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.container.preparation" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.requirement", "min": 0, "definition": "Requirements for delivery and special handling of this kind of conditioned specimen.", "isModifier": false, "short": "Requirements for specimen delivery and special handling", "mapping": [ { "map": "OM4-12", "identity": "v2" } ], "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.requirement", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.requirement" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.retentionTime", "min": 0, "definition": "The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.", "isModifier": false, "short": "The usual time for retaining this kind of specimen", "mapping": [ { "map": "OM4-14", "identity": "v2" } ], "type": [ { "code": "Duration" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.retentionTime", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.retentionTime" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.singleUse", "min": 0, "definition": "Specimen can be used by only one test or panel if the value is \"true\".", "isModifier": false, "short": "Specimen for single use only", "type": [ { "code": "boolean" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.singleUse", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.singleUse" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.rejectionCriterion", "min": 0, "definition": "Criterion for rejection of the specimen in its container by the laboratory.", "isModifier": false, "short": "Criterion specified for specimen rejection", "mapping": [ { "map": "OM1-39", "identity": "v2" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/rejection-criteria", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RejectionCriterion" } ], "description": "Criterion for rejection of the specimen by laboratory." }, "max": "*", "id": "SpecimenDefinition.typeTested.rejectionCriterion", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.typeTested.rejectionCriterion" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.handling", "min": 0, "definition": "Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.", "isModifier": false, "short": "Specimen handling before testing", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "id": "SpecimenDefinition.typeTested.handling", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.typeTested.handling" }, "isSummary": false }, { "path": "SpecimenDefinition.typeTested.handling.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.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "SpecimenDefinition.typeTested.handling.id", "condition": [ "ele-1" ], "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.handling.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "SpecimenDefinition.typeTested.handling.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" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "SpecimenDefinition.typeTested.handling.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R5/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "SpecimenDefinition.typeTested.handling.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": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.handling.temperatureQualifier", "min": 0, "definition": "It qualifies the interval of temperature, which characterizes an occurrence of handling. Conditions that are not related to temperature may be handled in the instruction element.", "isModifier": false, "short": "Qualifies the interval of temperature", "mapping": [ { "map": "OM4-15", "identity": "v2" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/handling-condition", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "HandlingConditionSet" } ], "description": "Set of handling instructions prior testing of the specimen." }, "max": "1", "id": "SpecimenDefinition.typeTested.handling.temperatureQualifier", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.handling.temperatureQualifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.handling.temperatureRange", "min": 0, "definition": "The temperature interval for this set of handling instructions.", "isModifier": false, "short": "Temperature range for these handling instructions", "type": [ { "code": "Range" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.handling.temperatureRange", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.handling.temperatureRange" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.handling.maxDuration", "min": 0, "definition": "The maximum time interval of preservation of the specimen with these conditions.", "isModifier": false, "short": "Maximum preservation time", "type": [ { "code": "Duration" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.handling.maxDuration", "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.handling.maxDuration" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.handling.instruction", "min": 0, "definition": "Additional textual instructions for the preservation or transport of the specimen. For instance, 'Protect from light exposure'.", "isModifier": false, "short": "Preservation instruction", "type": [ { "code": "markdown" } ], "mustSupport": false, "max": "1", "id": "SpecimenDefinition.typeTested.handling.instruction", "example": [ { "label": "General", "valueString": "freeze within 4 hours" } ], "base": { "max": "1", "min": 0, "path": "SpecimenDefinition.typeTested.handling.instruction" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "SpecimenDefinition.typeTested.testingDestination", "min": 0, "definition": "Where the specimen will be tested: e.g., lab, sector, device or any combination of these.", "isModifier": false, "short": "Where the specimen will be tested", "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "TestingDestination" } ], "description": "Codes specifying where the specimen will be tested." }, "max": "*", "id": "SpecimenDefinition.typeTested.testingDestination", "base": { "max": "*", "min": 0, "path": "SpecimenDefinition.typeTested.testingDestination" }, "isSummary": false } ] }, "status": "active", "id": "c81011f8-61b9-4846-a6ab-c71ba4da7a81", "kind": "resource", "url": "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/SpecimenDefinition-drug-pq", "version": "1.0.0-ballot", "differential": { "element": [ { "id": "SpecimenDefinition", "path": "SpecimenDefinition" }, { "id": "SpecimenDefinition.status", "path": "SpecimenDefinition.status", "mustSupport": true }, { "id": "SpecimenDefinition.typeTested", "path": "SpecimenDefinition.typeTested", "mustSupport": true } ] }, "contact": [ { "name": "HL7 International - Biomedical Research and Regulation", "telecom": [ { "value": "http://www.hl7.org/Special/committees/rcrim", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" }