{
  "resourceType": "StructureDefinition",
  "url": "https://nshealth.ca/fhir/StructureDefinition/HD-Consolidation-DiagnosticReport-Specimen",
  "name": "HD_Consolidation_DiagnosticReport_Specimen",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen.identifier",
        "path": "Specimen.identifier",
        "max": "0"
      },
      {
        "id": "Specimen.accessionIdentifier",
        "path": "Specimen.accessionIdentifier",
        "max": "0"
      },
      {
        "id": "Specimen.status",
        "path": "Specimen.status",
        "max": "0"
      },
      {
        "id": "Specimen.type.coding",
        "path": "Specimen.type.coding",
        "max": "0"
      },
      {
        "id": "Specimen.type.text",
        "path": "Specimen.type.text",
        "short": "Textual description of specimen type",
        "definition": "Textual description of specimen type"
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://nshealth.ca/fhir/StructureDefinition/Profile-HD-Consolidation-Patient"
            ]
          }
        ]
      },
      {
        "id": "Specimen.subject.type",
        "path": "Specimen.subject.type",
        "max": "0"
      },
      {
        "id": "Specimen.subject.identifier",
        "path": "Specimen.subject.identifier",
        "max": "0"
      },
      {
        "id": "Specimen.subject.display",
        "path": "Specimen.subject.display",
        "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.collector",
        "path": "Specimen.collection.collector",
        "max": "0"
      },
      {
        "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.bodySite",
        "path": "Specimen.collection.bodySite",
        "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"
      },
      {
        "id": "Specimen.note",
        "path": "Specimen.note",
        "max": "0"
      }
    ]
  }
}