{
  "resourceType": "StructureDefinition",
  "id": "SenaiteSpecimen",
  "url": "https://senaite.com/modeling/fhir/StructureDefinition/SenaiteSpecimen",
  "name": "SenaiteSpecimen",
  "status": "draft",
  "description": "This is the specimen to accompany the ServiceRequest",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen.extension",
        "path": "Specimen.extension",
        "max": "0"
      },
      {
        "id": "Specimen.modifierExtension",
        "path": "Specimen.modifierExtension",
        "max": "0"
      },
      {
        "id": "Specimen.accessionIdentifier",
        "path": "Specimen.accessionIdentifier",
        "max": "0"
      },
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "min": 1
      },
      {
        "id": "Specimen.type.extension",
        "path": "Specimen.type.extension",
        "max": "0"
      },
      {
        "id": "Specimen.type.coding",
        "path": "Specimen.type.coding",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://snomed.info/sct"
        }
      },
      {
        "id": "Specimen.type.coding.extension",
        "path": "Specimen.type.coding.extension",
        "max": "0"
      },
      {
        "id": "Specimen.type.coding.version",
        "path": "Specimen.type.coding.version",
        "max": "0"
      },
      {
        "id": "Specimen.type.coding.userSelected",
        "path": "Specimen.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "max": "0"
      },
      {
        "id": "Specimen.receivedTime",
        "path": "Specimen.receivedTime",
        "max": "0"
      },
      {
        "id": "Specimen.parent",
        "path": "Specimen.parent",
        "max": "0"
      },
      {
        "id": "Specimen.request",
        "path": "Specimen.request",
        "max": "0"
      },
      {
        "id": "Specimen.collection.collected[x]",
        "path": "Specimen.collection.collected[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Specimen.collection.duration",
        "path": "Specimen.collection.duration",
        "max": "0"
      },
      {
        "id": "Specimen.collection.quantity",
        "path": "Specimen.collection.quantity",
        "max": "0"
      },
      {
        "id": "Specimen.collection.method",
        "path": "Specimen.collection.method",
        "max": "0"
      },
      {
        "id": "Specimen.collection.fastingStatus[x]",
        "path": "Specimen.collection.fastingStatus[x]",
        "max": "0"
      },
      {
        "id": "Specimen.processing",
        "path": "Specimen.processing",
        "max": "0"
      },
      {
        "id": "Specimen.container",
        "path": "Specimen.container",
        "max": "0"
      },
      {
        "id": "Specimen.condition",
        "path": "Specimen.condition",
        "max": "0"
      }
    ]
  }
}