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

FHIR IG analytics

Packagehl7.fhir.us.mdi.r4
Resource TypeSpecimen
IdSpecimen-specimen-blood-toxicology-a-freeman.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 specimen-blood-toxicology-a-freeman

accessionIdentifier: http://lab.acme.org/specimens/2021/X352356

status: Available

type: Whole blood sample

subject: Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number: SSN#987054321 (use: usual, ))

receivedTime: 2021-12-03 16:00:00+0000

Collections

-Collected[x]BodySite
*2021-12-03 11:00:00+0000Femoral vein structure (body structure)

Containers

-DescriptionTypeSpecimenQuantity
*10mL GT tubeGT tube20 ml

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-blood-toxicology-a-freeman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mdi/StructureDefinition/Specimen-toxicology-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "accessionIdentifier": {
    "system": "http://lab.acme.org/specimens/2021",
    "value": "X352356"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "258580003",
        "display": "Whole blood sample"
      }
    ],
    "text": "Whole blood sample"
  },
  "subject": {
    "reference": "Patient/us-core-patient-a-freeman"
  },
  "receivedTime": "2021-12-03T16:00:00Z",
  "collection": {
    "collectedDateTime": "2021-12-03T11:00:00Z",
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "83419000",
          "display": "Femoral vein structure (body structure)"
        }
      ]
    }
  },
  "container": [
    {
      "description": "10mL GT tube",
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "702287009",
            "display": "Non-evacuated blood collection tube, potassium oxalate/sodium fluoride (physical object)"
          }
        ],
        "text": "GT tube"
      },
      "specimenQuantity": {
        "value": 20,
        "unit": "ml"
      }
    }
  ]
}