HL7 FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

SpecimenModel

{
  "resourceType" : "StructureDefinition",
  "id" : "cimi-entity-Specimen-model",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>SW Specimen Logical Model</b></p>
  <p>A specimen is a substance, physical object, or collection of objects, that the laboratory considers a single discrete, uniquely identified unit that is the subject of one or more steps in the laboratory workflow. A specimen may include multiple physical pieces as long as they are considered a single unit within the laboratory workflow. A specimen results from one to many specimen collection procedures, and may be contained in multiple specimen containers. Specimen may have one or more processing activities.</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Specimen-model",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/sw",
      "value" : "cimi.entity.Specimen"
    }
  ],
  "version" : "1.0.0",
  "name" : "SpecimenModel",
  "title" : "SW Specimen Logical Model",
  "status" : "draft",
  "date" : "2018-08-17T00:00:00-04:00",
  "publisher" : "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description" : "A specimen is a substance, physical object, or collection of objects, that the laboratory considers a single discrete, uniquely identified unit that is the subject of one or more steps in the laboratory workflow. A specimen may include multiple physical pieces as long as they are considered a single unit within the laboratory workflow. A specimen results from one to many specimen collection procedures, and may be contained in multiple specimen containers. Specimen may have one or more processing activities.",
  "kind" : "logical",
  "abstract" : false,
  "type" : "cimi-entity-Specimen-model",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation" : "specialization",
  "snapshot" : {
    "element" : [
      {
        "id" : "cimi-entity-Specimen-model",
        "path" : "cimi-entity-Specimen-model",
        "definition" : "A specimen is a substance, physical object, or collection of objects, that the laboratory considers a single discrete, uniquely identified unit that is the subject of one or more steps in the laboratory workflow. A specimen may include multiple physical pieces as long as they are considered a single unit within the laboratory workflow. A specimen results from one to many specimen collection procedures, and may be contained in multiple specimen containers. Specimen may have one or more processing activities.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model",
          "min" : 0,
          "max" : "*"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.accessionIdentifier",
        "path" : "cimi-entity-Specimen-model.accessionIdentifier",
        "short" : "Identifier assigned by the lab",
        "definition" : "Identifier assigned by the lab",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.accessionIdentifier",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-AccessionIdentifier-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specimenStatus",
        "path" : "cimi-entity-Specimen-model.specimenStatus",
        "code" : [
          {
            "system" : "http://ncimeta.nci.nih.gov",
            "code" : "C0449438"
          }
        ],
        "short" : "State of the specimen, such as obtained, processed, used.",
        "definition" : "State of the specimen, such as obtained, processed, used.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specimenStatus",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false,
        "binding" : {
          "strength" : "required",
          "valueSetReference" : {
            "reference" : "http://hl7.org/fhir/ValueSet/specimen-status"
          }
        }
      },
      {
        "id" : "cimi-entity-Specimen-model.type",
        "path" : "cimi-entity-Specimen-model.type",
        "code" : [
          {
            "system" : "http://ncimeta.nci.nih.gov",
            "code" : "C0332307"
          }
        ],
        "short" : "The most specific code (lowest level term) describing the kind or sort of thing being represented.",
        "definition" : "The most specific code (lowest level term) describing the kind or sort of thing being represented.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.type",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false,
        "binding" : {
          "strength" : "required",
          "valueSetReference" : {
            "reference" : "http://hl7.org/fhir/ValueSet/v2-0487"
          }
        }
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionSource",
        "path" : "cimi-entity-Specimen-model.collectionSource",
        "short" : "The person or thing the sample was obtained from.",
        "definition" : "The person or thing the sample was obtained from.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionSource",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Patient-model"
          },
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Group-model"
          },
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Device-model"
          },
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Substance-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionTime",
        "path" : "cimi-entity-Specimen-model.collectionTime",
        "short" : "When the sample was obtained, as a specific time or time period.",
        "definition" : "When the sample was obtained, as a specific time or time period.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionTime",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "dateTime"
          },
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-core-TimePeriod-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionMethod",
        "path" : "cimi-entity-Specimen-model.collectionMethod",
        "short" : "How the specimen was obtained.",
        "definition" : "How the specimen was obtained.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionMethod",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionSite",
        "path" : "cimi-entity-Specimen-model.collectionSite",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72369-2"
          }
        ],
        "short" : "The body site where specimen was collected",
        "definition" : "The body site where specimen was collected",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionSite",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-element-AnatomicalLocation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.sourceSpecimen",
        "path" : "cimi-entity-Specimen-model.sourceSpecimen",
        "short" : "Identifier for the source specimen from which this specimen was derived.",
        "definition" : "Identifier for the source specimen from which this specimen was derived.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.sourceSpecimen",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Specimen-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.receivedTime",
        "path" : "cimi-entity-Specimen-model.receivedTime",
        "code" : [
          {
            "system" : "http://ncimeta.nci.nih.gov",
            "code" : "C2735124"
          }
        ],
        "short" : "Time the item was delivered to, or accepted by, the receiving facility or unit.",
        "definition" : "Time the item was delivered to, or accepted by, the receiving facility or unit.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.receivedTime",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specimenContainer",
        "path" : "cimi-entity-Specimen-model.specimenContainer",
        "short" : "Direct container of specimen (tube&#47;slide, etc.)",
        "definition" : "Direct container of specimen (tube&#47;slide, etc.)",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specimenContainer",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-SpecimenContainer-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specimenTreatment",
        "path" : "cimi-entity-Specimen-model.specimenTreatment",
        "short" : "Treatment performed on the specimen.",
        "definition" : "Treatment performed on the specimen.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specimenTreatment",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-SpecimenTreatment-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.handlingRisk",
        "path" : "cimi-entity-Specimen-model.handlingRisk",
        "short" : "Cautions on the handling of this specimen.",
        "definition" : "Cautions on the handling of this specimen.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.handlingRisk",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specialHandling",
        "path" : "cimi-entity-Specimen-model.specialHandling",
        "short" : "Information about the proper handling of the specimen.",
        "definition" : "Information about the proper handling of the specimen.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specialHandling",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "cimi-entity-Specimen-model",
        "path" : "cimi-entity-Specimen-model",
        "definition" : "A specimen is a substance, physical object, or collection of objects, that the laboratory considers a single discrete, uniquely identified unit that is the subject of one or more steps in the laboratory workflow. A specimen may include multiple physical pieces as long as they are considered a single unit within the laboratory workflow. A specimen results from one to many specimen collection procedures, and may be contained in multiple specimen containers. Specimen may have one or more processing activities.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model",
          "min" : 0,
          "max" : "*"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.accessionIdentifier",
        "path" : "cimi-entity-Specimen-model.accessionIdentifier",
        "short" : "Identifier assigned by the lab",
        "definition" : "Identifier assigned by the lab",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.accessionIdentifier",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-AccessionIdentifier-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specimenStatus",
        "path" : "cimi-entity-Specimen-model.specimenStatus",
        "code" : [
          {
            "system" : "http://ncimeta.nci.nih.gov",
            "code" : "C0449438"
          }
        ],
        "short" : "State of the specimen, such as obtained, processed, used.",
        "definition" : "State of the specimen, such as obtained, processed, used.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specimenStatus",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false,
        "binding" : {
          "strength" : "required",
          "valueSetReference" : {
            "reference" : "http://hl7.org/fhir/ValueSet/specimen-status"
          }
        }
      },
      {
        "id" : "cimi-entity-Specimen-model.type",
        "path" : "cimi-entity-Specimen-model.type",
        "code" : [
          {
            "system" : "http://ncimeta.nci.nih.gov",
            "code" : "C0332307"
          }
        ],
        "short" : "The most specific code (lowest level term) describing the kind or sort of thing being represented.",
        "definition" : "The most specific code (lowest level term) describing the kind or sort of thing being represented.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.type",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false,
        "binding" : {
          "strength" : "required",
          "valueSetReference" : {
            "reference" : "http://hl7.org/fhir/ValueSet/v2-0487"
          }
        }
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionSource",
        "path" : "cimi-entity-Specimen-model.collectionSource",
        "short" : "The person or thing the sample was obtained from.",
        "definition" : "The person or thing the sample was obtained from.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionSource",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Patient-model"
          },
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Group-model"
          },
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Device-model"
          },
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Substance-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionTime",
        "path" : "cimi-entity-Specimen-model.collectionTime",
        "short" : "When the sample was obtained, as a specific time or time period.",
        "definition" : "When the sample was obtained, as a specific time or time period.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionTime",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "dateTime"
          },
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-core-TimePeriod-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionMethod",
        "path" : "cimi-entity-Specimen-model.collectionMethod",
        "short" : "How the specimen was obtained.",
        "definition" : "How the specimen was obtained.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionMethod",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.collectionSite",
        "path" : "cimi-entity-Specimen-model.collectionSite",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72369-2"
          }
        ],
        "short" : "The body site where specimen was collected",
        "definition" : "The body site where specimen was collected",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.collectionSite",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-element-AnatomicalLocation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.sourceSpecimen",
        "path" : "cimi-entity-Specimen-model.sourceSpecimen",
        "short" : "Identifier for the source specimen from which this specimen was derived.",
        "definition" : "Identifier for the source specimen from which this specimen was derived.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.sourceSpecimen",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-Specimen-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.receivedTime",
        "path" : "cimi-entity-Specimen-model.receivedTime",
        "code" : [
          {
            "system" : "http://ncimeta.nci.nih.gov",
            "code" : "C2735124"
          }
        ],
        "short" : "Time the item was delivered to, or accepted by, the receiving facility or unit.",
        "definition" : "Time the item was delivered to, or accepted by, the receiving facility or unit.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "cimi-entity-Specimen-model.receivedTime",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specimenContainer",
        "path" : "cimi-entity-Specimen-model.specimenContainer",
        "short" : "Direct container of specimen (tube&#47;slide, etc.)",
        "definition" : "Direct container of specimen (tube&#47;slide, etc.)",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specimenContainer",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-SpecimenContainer-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specimenTreatment",
        "path" : "cimi-entity-Specimen-model.specimenTreatment",
        "short" : "Treatment performed on the specimen.",
        "definition" : "Treatment performed on the specimen.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specimenTreatment",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/cimi-entity-SpecimenTreatment-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.handlingRisk",
        "path" : "cimi-entity-Specimen-model.handlingRisk",
        "short" : "Cautions on the handling of this specimen.",
        "definition" : "Cautions on the handling of this specimen.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.handlingRisk",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "cimi-entity-Specimen-model.specialHandling",
        "path" : "cimi-entity-Specimen-model.specialHandling",
        "short" : "Information about the proper handling of the specimen.",
        "definition" : "Information about the proper handling of the specimen.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "cimi-entity-Specimen-model.specialHandling",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      }
    ]
  }
}