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

FHIR IG analytics

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

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

status: Available

type: Vitreous humor 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]
*2021-12-03 11:00:00+0000

Containers

-DescriptionSpecimenQuantity
*10mL RT tube3 ml

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-vitreous-humor-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": "XXX352356"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "258438000",
        "display": "Vitreous humor sample"
      }
    ],
    "text": "Vitreous humor sample"
  },
  "subject": {
    "reference": "Patient/us-core-patient-a-freeman"
  },
  "receivedTime": "2021-12-03T16:00:00Z",
  "collection": {
    "collectedDateTime": "2021-12-03T11:00:00Z"
  },
  "container": [
    {
      "description": "10mL RT tube",
      "specimenQuantity": {
        "value": 3,
        "unit": "ml"
      }
    }
  ]
}