{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-02-09T20:49:57.382+00:00"
  },
  "url": "http://hl7.org/fhir/ips/StructureDefinition/specimen-uv-ips",
  "version": "0.2",
  "name": "specimen-uv-ips",
  "title": "Specimen",
  "status": "draft",
  "date": "2018-03-09",
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "François Macary - Phast"
    }
  ],
  "description": "This profile constrains the Specimen resource to represent the characteristics of a biological specimens in the context of laboratory results integrated to a patient summary",
  "purpose": "Minimal specimen attributes, usable for the laboratory results section and entry of a patient summary",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SpecimenType"
            }
          ],
          "strength": "extensible",
          "valueSetUri": "http://hl7.org/ips/fhir/ValueSet/specimen-type"
        }
      },
      {
        "id": "Specimen.type.coding",
        "path": "Specimen.type.coding",
        "type": [
          {
            "code": "Coding",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/coding-uv-ips"
          }
        ]
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ]
      },
      {
        "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.quantity",
        "path": "Specimen.collection.quantity",
        "max": "0"
      },
      {
        "id": "Specimen.collection.method.coding",
        "path": "Specimen.collection.method.coding",
        "type": [
          {
            "code": "Coding",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/coding-uv-ips"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetUri": "http://trilliumbridge.eu/fhir/ValueSet/specimen-collection-method"
        }
      },
      {
        "id": "Specimen.collection.bodySite.coding",
        "path": "Specimen.collection.bodySite.coding",
        "type": [
          {
            "code": "Coding",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/coding-uv-ips"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetUri": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      {
        "id": "Specimen.processing",
        "path": "Specimen.processing",
        "max": "0"
      },
      {
        "id": "Specimen.container",
        "path": "Specimen.container",
        "max": "0"
      }
    ]
  }
}