{
  "resourceType": "Specimen",
  "id": "specimen-pathology-biopsy-1",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "pathology",
        "display": "פתולוגיה"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-specimen-pathology"
    ]
  },
  "identifier": [
    {
      "system": "http://specimen-ids.net/specimen-ids",
      "value": "12345-biopsy-001"
    }
  ],
  "type": {
    "coding": [
      {
        "code": "309506005",
        "system": "http://snomed.info/sct",
        "display": "Skin excision biopsy specimen (specimen)"
      }
    ],
    "text": "Skin excision biopsy specimen (specimen)"
  },
  "request": [
    {
      "reference": "ServiceRequest/987"
    }
  ],
  "collection": {
    "collector": {
      "type": "Practitioner"
    },
    "quantity": {
      "value": 15,
      "unit": "g"
    },
    "bodySite": {
      "coding": [
        {
          "code": "368209003",
          "system": "http://snomed.info/sct",
          "display": "Right upper arm structure (body structure)"
        }
      ],
      "text": "Right upper arm structure (body structure)"
    },
    "collectedDateTime": "2020-12-06T03:30:00+00:00"
  },
  "processing": [
    {
      "extension": [
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-location",
          "valueReference": {
            "reference": "Location/pathology-lab"
          }
        },
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-practitioner",
          "valueReference": {
            "reference": "Practitioner/pathologist"
          }
        }
      ],
      "timeDateTime": "2020-12-06T09:35:00+00:00"
    }
  ],
  "container": [
    {
      "type": {
        "coding": [
          {
            "code": "700855008",
            "system": "http://snomed.info/sct",
            "display": "Tissue/fluid collection bag, sterile (physical object)"
          }
        ],
        "text": "Tissue/fluid collection bag, sterile (physical object)"
      },
      "specimenQuantity": {
        "value": 15,
        "code": "g",
        "system": "http://unitsofmeasure.org",
        "unit": "g"
      }
    }
  ],
  "status": "available",
  "subject": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "receivedTime": "2020-12-06T08:30:00+00:00"
}