{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-02-09T20:49:57.382+00:00"
  },
  "url": "http://hl7.org/fhir/ips/StructureDefinition/specimen-uv-ips",
  "version": "0.3",
  "name": "specimen-uv-ips",
  "title": "Specimen",
  "status": "draft",
  "date": "2018-03-28",
  "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",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "min": 1,
        "mustSupport": true,
        "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/ips/StructureDefinition/patient-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Specimen.subject.reference",
        "path": "Specimen.subject.reference",
        "mustSupport": true
      },
      {
        "id": "Specimen.subject.identifier",
        "path": "Specimen.subject.identifier",
        "max": "0"
      },
      {
        "id": "Specimen.collection",
        "path": "Specimen.collection",
        "mustSupport": true
      },
      {
        "id": "Specimen.collection.method",
        "path": "Specimen.collection.method",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Specimen.collection.bodySite",
        "path": "Specimen.collection.bodySite",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/CodeableConcept-uv-ips"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}