{
  "resourceType": "StructureDefinition",
  "id": "SpecimenDefinition",
  "meta": {
    "lastUpdated": "2021-01-01T21:58:31.578+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Specialized.Definitional Artifacts"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "anonymous"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/build/StructureDefinition/entered-in-error-status",
      "valueCode": ".status = retired"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition",
  "version": "4.6.0",
  "name": "SpecimenDefinition",
  "status": "draft",
  "date": "2021-01-01T21:58:31+00:00",
  "publisher": "Health Level Seven International (Orders and Observations)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders/index.cfm"
        }
      ]
    }
  ],
  "description": "A kind of specimen with associated set of requirements.",
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "SpecimenDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "SpecimenDefinition",
        "path": "SpecimenDefinition",
        "short": "Kind of specimen",
        "definition": "A kind of specimen with associated set of requirements.",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4"
          },
          {
            "identity": "rim",
            "map": "Role[classCode=SPEC]"
          },
          {
            "identity": "w5",
            "map": "clinical.diagnostics"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.url",
        "path": "SpecimenDefinition.url",
        "short": "Logical canonical URL to reference this SpecimenDefinition (globally unique)",
        "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.",
        "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.",
        "requirements": "Allows the SpecimenDefinition to be referenced by a single globally unique identifier.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.identifier",
        "path": "SpecimenDefinition.identifier",
        "short": "Business identifier",
        "definition": "A business identifier assigned to this SpecimenDefinition.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.version",
        "path": "SpecimenDefinition.version",
        "short": "Business version of the SpecimenDefinition",
        "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.",
        "comment": "There may be multiple different instances of a SpecimenDefinition that have the same identifier but different versions.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.title",
        "path": "SpecimenDefinition.title",
        "short": "Name for this SpecimenDefinition (Human friendly)",
        "definition": "A short, descriptive, user-friendly title for the SpecimenDefinition.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.derivedFromCanonical",
        "path": "SpecimenDefinition.derivedFromCanonical",
        "short": "Based on FHIR definition of another SpecimenDefinition",
        "definition": "The canonical URL pointing to another FHIR-defined SpecimenDefinition that is adhered to in whole or in part by this definition.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "canonical",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition"
            ]
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.derivedFromUri",
        "path": "SpecimenDefinition.derivedFromUri",
        "short": "Based on external definition",
        "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.",
        "requirements": "Specimen definitions may be refinements of other definitions.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.status",
        "path": "SpecimenDefinition.status",
        "short": "draft | active | retired | unknown",
        "definition": "The current state of theSpecimenDefinition.",
        "comment": "A nominal state-transition diagram can be found in the [[definition.html#statemachine | Definition pattern]] 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.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Not known why this is labelled a modifier",
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "PublicationStatus"
            }
          ],
          "strength": "required",
          "description": "Codes identifying the status of a SpecimenDefinition resource.",
          "valueSet": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      {
        "id": "SpecimenDefinition.experimental",
        "path": "SpecimenDefinition.experimental",
        "short": "If this SpecimenDefinition is not for real usage",
        "definition": "A flag to indicate that this SpecimenDefinition is not authored for  genuine usage.",
        "comment": "Allows filtering of SpecimenDefinition that are appropriate for use vs. not.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Not known why this is labelled a modifier",
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.subject[x]",
        "path": "SpecimenDefinition.subject[x]",
        "short": "Type of subject for specimen collection",
        "definition": "A code or group definition that describes the intended subject  from which this kind of specimen is to be collected.",
        "comment": "Examples: person, animal, device, water ….",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.date",
        "path": "SpecimenDefinition.date",
        "short": "Date status first applied",
        "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.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.publisher",
        "path": "SpecimenDefinition.publisher",
        "short": "The name of the individual or organization that published the SpecimenDefinition",
        "definition": "Helps establish the \"authority/credibility\" of the SpecimenDefinition. May also allow for contact.",
        "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,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.contact",
        "path": "SpecimenDefinition.contact",
        "short": "Contact details for the publisher",
        "definition": "Contact details to assist a user in finding and communicating with the publisher.",
        "comment": "May be a web site, an email address, a telephone number, etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.description",
        "path": "SpecimenDefinition.description",
        "short": "Natural language description of the SpecimenDefinition",
        "definition": "A free text natural language description of the SpecimenDefinition from the consumer's perspective.",
        "comment": "This description can be used to capture details such as why the SpecimenDefinition 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 module as conveyed in the text field of the resource itself. This item SHOULD be populated unless the information is available from context.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.useContext",
        "path": "SpecimenDefinition.useContext",
        "short": "Content intends to support these contexts",
        "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.",
        "comment": "When multiple usageContexts are specified, there is no expectation for whether all or any of the contexts apply.",
        "requirements": "Assist in searching for appropriate content.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.jurisdiction",
        "path": "SpecimenDefinition.jurisdiction",
        "short": "Intended jurisdiction for this SpecimenDefinition (if applicable)",
        "definition": "A jurisdiction in which the SpecimenDefinition is intended to be used.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Jurisdiction"
            }
          ],
          "strength": "extensible",
          "description": "Codes for country, country subdivision and region for indicating where a resource is intended to be used.",
          "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      {
        "id": "SpecimenDefinition.purpose",
        "path": "SpecimenDefinition.purpose",
        "short": "Why this SpecimenDefinition is defined",
        "definition": "Explains why this SpecimeDefinition is needed and why it has been designed as it has.",
        "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.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.copyright",
        "path": "SpecimenDefinition.copyright",
        "short": "Use and/or publishing restrictions",
        "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.",
        "requirements": "Consumers of the SpecimenDefinition must be able to determine any legal restrictions on the use of the artifact and/or its content.",
        "alias": [
          "License",
          "Restrictions"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.approvalDate",
        "path": "SpecimenDefinition.approvalDate",
        "short": "When SpecimenDefinition was approved by publisher",
        "definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.",
        "comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.lastReviewDate",
        "path": "SpecimenDefinition.lastReviewDate",
        "short": "The date on which the asset content was last reviewed",
        "definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.",
        "comment": "If specified, this is usually after the approval date.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.effectivePeriod",
        "path": "SpecimenDefinition.effectivePeriod",
        "short": "The effective date range for the SpecimenDefinition",
        "definition": "The period during which the SpecimenDefinition content was or is planned to be effective.",
        "comment": "The effective period for a SpecimenDefinition determines when the content is applicable for usage and is independent of publication and review dates.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true
      },
      {
        "id": "SpecimenDefinition.typeCollected",
        "path": "SpecimenDefinition.typeCollected",
        "short": "Kind of material to collect",
        "definition": "The kind of material to be collected.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CollectedSpecimenType"
            }
          ],
          "strength": "example",
          "description": "The type of the specimen to be collected.",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-6"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.patientPreparation",
        "path": "SpecimenDefinition.patientPreparation",
        "short": "Patient preparation for collection",
        "definition": "Preparation of the patient for specimen collection.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "PreparePatient"
            },
            {
              "url": "http://hl7.org/fhir/build/StructureDefinition/definition",
              "valueString": "Checks on the patient prior specimen collection."
            }
          ],
          "strength": "example",
          "description": "SCT descendants of 703763000 |Precondition value (qualifier value)|",
          "valueSet": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "OM1-37"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.timeAspect",
        "path": "SpecimenDefinition.timeAspect",
        "short": "Time aspect for collection",
        "definition": "Time aspect of specimen collection (duration or offset).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueString": "24 hour, 20' post charge"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "v2",
            "map": "OM1-43, OM1-44"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.collection",
        "path": "SpecimenDefinition.collection",
        "short": "Specimen collection procedure",
        "definition": "The action to be performed for collecting the specimen.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SpecimenCollection"
            },
            {
              "url": "http://hl7.org/fhir/build/StructureDefinition/definition",
              "valueString": "The action to collect a type of specimen."
            }
          ],
          "strength": "example",
          "description": "SCT actions and procedures for specimen collection",
          "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection"
        }
      },
      {
        "id": "SpecimenDefinition.typeTested",
        "path": "SpecimenDefinition.typeTested",
        "short": "Specimen in container intended for testing by lab",
        "definition": "Specimen conditioned in a container as expected by the testing laboratory.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.isDerived",
        "path": "SpecimenDefinition.typeTested.isDerived",
        "short": "Primary or secondary specimen",
        "definition": "Primary of secondary specimen.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueBoolean": false
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-2"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.type",
        "path": "SpecimenDefinition.typeTested.type",
        "short": "Type of intended specimen",
        "definition": "The kind of specimen conditioned for testing expected by lab.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "IntendedSpecimenType"
            }
          ],
          "strength": "example",
          "description": "The type of specimen conditioned in a container for lab testing.",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487"
        }
      },
      {
        "id": "SpecimenDefinition.typeTested.preference",
        "path": "SpecimenDefinition.typeTested.preference",
        "short": "preferred | alternate",
        "definition": "The preference for this type of conditioned specimen.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueCode": "preferred, alternate"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SpecimenContainedPreference"
            }
          ],
          "strength": "required",
          "description": "Degree of preference of a type of conditioned specimen.",
          "valueSet": "http://hl7.org/fhir/ValueSet/specimen-contained-preference"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-16"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.container",
        "path": "SpecimenDefinition.typeTested.container",
        "short": "The specimen's container",
        "definition": "The specimen's container.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.container.material",
        "path": "SpecimenDefinition.typeTested.container.material",
        "short": "The material type used for the container",
        "definition": "The type of material of the container.",
        "comment": "Examples: glass, plastic, metal.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContainerMaterial"
            },
            {
              "url": "http://hl7.org/fhir/build/StructureDefinition/definition",
              "valueString": "Types of material for specimen containers."
            }
          ],
          "strength": "example",
          "description": "SCT 32039001 |Glass|, 61088005 |Plastic|, 425620007 |Metal|",
          "valueSet": "http://hl7.org/fhir/ValueSet/container-material"
        }
      },
      {
        "id": "SpecimenDefinition.typeTested.container.type",
        "path": "SpecimenDefinition.typeTested.container.type",
        "short": "Kind of container associated with the kind of specimen",
        "definition": "The type of container used to contain this kind of specimen.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContainerType"
            },
            {
              "url": "http://hl7.org/fhir/build/StructureDefinition/definition",
              "valueString": "Type of specimen container."
            }
          ],
          "strength": "example",
          "description": "SCT descendants of 706041008 |Device for body fluid and tissue collection/transfer/processing (physical object)|",
          "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type"
        }
      },
      {
        "id": "SpecimenDefinition.typeTested.container.cap",
        "path": "SpecimenDefinition.typeTested.container.cap",
        "short": "Color of container cap",
        "definition": "Color of container cap.",
        "requirements": "From ISO 6710-2017 Table F.1 Recommended colour codes.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContainerCap"
            }
          ],
          "strength": "example",
          "description": "Color of the container cap.",
          "valueSet": "http://hl7.org/fhir/ValueSet/container-cap"
        }
      },
      {
        "id": "SpecimenDefinition.typeTested.container.description",
        "path": "SpecimenDefinition.typeTested.container.description",
        "short": "The description of the kind of container",
        "definition": "The textual description of the kind of container.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueString": "Blue top tube with citrate"
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-3"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.container.capacity",
        "path": "SpecimenDefinition.typeTested.container.capacity",
        "short": "The capacity of this kind of container",
        "definition": "The capacity (volume or other measure) of this kind of container.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-4, OM4-5"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.container.minimumVolume[x]",
        "path": "SpecimenDefinition.typeTested.container.minimumVolume[x]",
        "short": "Minimum volume",
        "definition": "The minimum volume to be conditioned in the container.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
            ]
          },
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-11"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.container.additive",
        "path": "SpecimenDefinition.typeTested.container.additive",
        "short": "Additive associated with container",
        "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-7"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.container.additive.additive[x]",
        "path": "SpecimenDefinition.typeTested.container.additive.additive[x]",
        "short": "Additive associated with container",
        "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition"
            ]
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContainerAdditive"
            }
          ],
          "strength": "example",
          "description": "Substance added to specimen container.",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-7"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.container.preparation",
        "path": "SpecimenDefinition.typeTested.container.preparation",
        "short": "Special processing applied to the container for this specimen type",
        "definition": "Special processing that should be applied to the container for this kind of specimen.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-8"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.requirement",
        "path": "SpecimenDefinition.typeTested.requirement",
        "short": "Requirements for specimen delivery and special handling",
        "definition": "Requirements for delivery and special handling of this kind of conditioned specimen.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-12"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.retentionTime",
        "path": "SpecimenDefinition.typeTested.retentionTime",
        "short": "The usual time for retaining this kind of specimen",
        "definition": "The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          }
        ],
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-14"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.singleUse",
        "path": "SpecimenDefinition.typeTested.singleUse",
        "short": "Specimen for single use only",
        "definition": "Specimen can be used by only one test or panel if the value is \"true\".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.rejectionCriterion",
        "path": "SpecimenDefinition.typeTested.rejectionCriterion",
        "short": "Criterion specified for specimen rejection",
        "definition": "Criterion for rejection of the specimen in its container by the laboratory.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "RejectionCriterion"
            }
          ],
          "strength": "example",
          "description": "Criterion for rejection of the specimen by laboratory.",
          "valueSet": "http://hl7.org/fhir/ValueSet/rejection-criteria"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "OM1-39"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.handling",
        "path": "SpecimenDefinition.typeTested.handling",
        "short": "Specimen handling before testing",
        "definition": "Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.handling.temperatureQualifier",
        "path": "SpecimenDefinition.typeTested.handling.temperatureQualifier",
        "short": "Qualifies the interval of temperature",
        "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.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "HandlingConditionSet"
            }
          ],
          "strength": "example",
          "description": "Set of handling instructions prior testing of the specimen.",
          "valueSet": "http://hl7.org/fhir/ValueSet/handling-condition"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "OM4-15"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.handling.temperatureRange",
        "path": "SpecimenDefinition.typeTested.handling.temperatureRange",
        "short": "Temperature range for these handling instructions",
        "definition": "The temperature interval for this set of handling instructions.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Range"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.handling.maxDuration",
        "path": "SpecimenDefinition.typeTested.handling.maxDuration",
        "short": "Maximum preservation time",
        "definition": "The maximum time interval of preservation of the specimen with these conditions.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.handling.instruction",
        "path": "SpecimenDefinition.typeTested.handling.instruction",
        "short": "Preservation instruction",
        "definition": "Additional textual instructions for the preservation or transport of the specimen. For instance, 'Protect from light exposure'.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueString": "freeze within 4 hours"
          }
        ]
      },
      {
        "id": "SpecimenDefinition.typeTested.testingDestination",
        "path": "SpecimenDefinition.typeTested.testingDestination",
        "short": "Where the specimen will be tested",
        "definition": "Where the specimen will be tested: e.g., lab, sector, device or any combination of these.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "TestingDestination"
            }
          ],
          "strength": "example",
          "description": "Codes specifying where the specimen will be tested.",
          "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections"
        }
      }
    ]
  }
}