FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeSpecimen
IdSpecimen-whole-blood-specimen.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Specimen whole-blood-specimen

type: Whole blood specimen

subject: Example Patient

Collections

-Collected[x]
*2026-08-05 08:00:00-0400

Source1

{
  "resourceType": "Specimen",
  "id": "whole-blood-specimen",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "258580003",
        "display": "Whole blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example Patient"
  },
  "collection": {
    "collectedDateTime": "2026-08-05T08:00:00-04:00"
  }
}