FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Specimen/101 (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

General Specimen Example

{
  "resourceType" : "Specimen",
  "id" : "101",
  "identifier" : [{
    "system" : "http://ehr.acme.org/identifiers/collections",
    "value" : "23234352356"
  }],
  "accessionIdentifier" : {
    "system" : "http://lab.acme.org/specimens/2011",
    "value" : "X352356"
  },
  "status" : "available",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "122555007",
      "display" : "Venous blood specimen"
    }]
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Peter Patient"
  },
  "receivedTime" : "2011-03-04T07:03:00Z",
  "request" : [{
    "reference" : "ServiceRequest/example"
  }],
  "collection" : {
    "collector" : {
      "reference" : "Practitioner/example"
    },
    "collectedDateTime" : "2011-05-30T06:15:00Z",
    "quantity" : {
      "value" : 6,
      "unit" : "mL"
    },
    "method" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0488",
        "code" : "LNV"
      }]
    },
    "bodySite" : {
      "concept" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "49852007",
          "display" : "Structure of median cubital vein (body structure)"
        }]
      }
    }
  },
  "container" : [{
    "device" : {
      "reference" : "Device/device-example-specimen-container-green-gel-vacutainer"
    },
    "specimenQuantity" : {
      "value" : 3,
      "unit" : "mL"
    }
  }],
  "note" : [{
    "text" : "Specimen is grossly lipemic"
  }]
}

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.