2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Specimen-example.json

Raw JSON (canonical form)

General Specimen Example

{
  "resourceType": "Specimen",
  "id": "101",
  "contained": [
    {
      "resourceType": "Substance",
      "id": "hep",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/EntityCode",
            "code": "HEPL"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://ehr.acme.org/identifiers/collections",
      "value": "23234352356"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122555007",
        "display": "Venous blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Peter Patient"
  },
  "accessionIdentifier": {
    "system": "http://lab.acme.org/specimens/2011",
    "value": "X352356"
  },
  "receivedTime": "2011-03-04T07:03:00Z",
  "collection": {
    "collector": {
      "reference": "Practitioner/example"
    },
    "collectedDateTime": "2011-05-30T06:15:00Z",
    "quantity": {
      "value": 6,
      "units": "mL"
    },
    "method": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v2/0488",
          "code": "LNV"
        }
      ]
    }
  },
  "container": [
    {
      "identifier": [
        {
          "value": "48736-15394-75465"
        }
      ],
      "description": "Green Gel tube",
      "type": {
        "text": "Vacutainer"
      },
      "capacity": {
        "value": 10,
        "units": "mL"
      },
      "specimenQuantity": {
        "value": 6,
        "units": "mL"
      },
      "additiveReference": {
        "reference": "#hep"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.