{
  "resourceType": "StructureDefinition",
  "id": "au-specimen",
  "meta": {
    "lastUpdated": "2018-10-08T19:34:11.248+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>AU Specimen</p></div>"
  },
  "url": "http://hl7.org.au/fhir/StructureDefinition/au-specimen",
  "version": "0.1",
  "name": "AUBaseSpecimen",
  "title": "AU Base Specimen",
  "status": "draft",
  "date": "2018-10-08",
  "publisher": "Health Level Seven Australia (Orders and Observations WG)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au/fhir",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This profile defines a specimen details structure that includes core localisation concepts for use in an Australian context.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "draft"
          }
        ],
        "path": "Specimen",
        "short": "Australian context specimen information"
      },
      {
        "id": "Specimen.type",
        "path": "Specimen.type"
      },
      {
        "id": "Specimen.type.coding",
        "path": "Specimen.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Specimen.type.coding:snomedSpecimenType",
        "path": "Specimen.type.coding",
        "sliceName": "snomedSpecimenType",
        "short": "Specimen Type (SNOMED CT)",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/specimen-type-1"
        }
      },
      {
        "id": "Specimen.parent",
        "path": "Specimen.parent",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/StructureDefinition/au-specimen"
          }
        ]
      },
      {
        "id": "Specimen.collection",
        "path": "Specimen.collection"
      },
      {
        "id": "Specimen.collection.method",
        "path": "Specimen.collection.method"
      },
      {
        "id": "Specimen.collection.method.coding",
        "path": "Specimen.collection.method.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Specimen.collection.method.coding:snomedSpecimenCollectionProcedure",
        "path": "Specimen.collection.method.coding",
        "sliceName": "snomedSpecimenCollectionProcedure",
        "short": "Specimen Collection Procedure (SNOMED CT)",
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "SNOMED CT Specimen Collection Procedure",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/specimen-collection-procedure-1"
        }
      },
      {
        "id": "Specimen.collection.bodySite",
        "path": "Specimen.collection.bodySite"
      },
      {
        "id": "Specimen.collection.bodySite.coding",
        "path": "Specimen.collection.bodySite.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Specimen.collection.bodySite.coding:snomedBodySite",
        "path": "Specimen.collection.bodySite.coding",
        "sliceName": "snomedBodySite",
        "short": "Body Site (SNOMED CT)",
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "SNOMED CT Body Site",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/body-site-1"
        }
      },
      {
        "id": "Specimen.container",
        "path": "Specimen.container"
      },
      {
        "id": "Specimen.container.type",
        "path": "Specimen.container.type"
      },
      {
        "id": "Specimen.container.type.coding",
        "path": "Specimen.container.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Specimen.container.type.coding:snomedSpecimenContainerType",
        "path": "Specimen.container.type.coding",
        "sliceName": "snomedSpecimenContainerType",
        "short": "Specimen Container Type (SNOMED CT)",
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "SNOMED CT Specimen Container Type",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/specimen-container-type-1"
        }
      }
    ]
  }
}