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

FHIR IG analytics

Packagehl7.fhir.us.core.r4b
Resource TypeSpecimen
IdSpecimen-specimen-example-whole-blood.json
FHIR VersionR4B

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 specimen-example-whole-blood

accessionIdentifier: http://acme.com/labs/accession-ids/20220927-00126

type: Whole blood specimen

subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

Collections

-Collected[x]
*2022-09-27 18:07:12+0000

Containers

-Type
*Lavender Top Tube

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-example-whole-blood",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "accessionIdentifier": {
    "system": "http://acme.com/labs/accession-ids",
    "value": "20220927-00126"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "258580003",
        "display": "Whole blood specimen"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code": "WB",
        "display": "Blood, Whole"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "collection": {
    "collectedDateTime": "2022-09-27T18:07:12Z"
  },
  "container": [
    {
      "type": {
        "text": "Lavender Top Tube"
      }
    }
  ]
}