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

FHIR IG analytics

Packagehl7.fhir.us.cdmh
Resource TypeSpecimen
IdSpecimen-example.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

Specimen example with Details

id: 101

contained:

identifier: 23234352356

accessionIdentifier: X352356

status: available

type: Venous blood specimen (Details : {SNOMED CT code '122555007' = 'Venous blood specimen', given as 'Venous blood specimen'})

subject: Peter Patient

receivedTime: 04/03/2011 7:03:00 AM

request: ServiceRequest/example

Collections

-CollectorCollected[x]QuantityMethodBodySite
*Practitioner/example30/05/2011 6:15:00 AM6 mLLine, Venous (Details : {http://terminology.hl7.org/CodeSystem/v2-0488 code 'LNV' = 'Line, Venous)Right median cubital vein (Details : {SNOMED CT code '49852007' = 'Median cubital vein', given as 'Structure of median cubital vein (body structure)'})

Containers

-IdentifierDescriptionTypeCapacitySpecimenQuantityAdditive[x]
*48736-15394-75465Green Gel tubeVacutainer (Details )10 mL6 mLid: hep; Lithium/Li Heparin (Details : {http://terminology.hl7.org/CodeSystem/v3-EntityCode code 'HEPL' = 'Lithium/Li Heparin)

note: Specimen is grossly lipemic


Source1

{
  "resourceType": "Specimen",
  "id": "example",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Specimen Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is an example for the *CDMH Specimen Profile*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-specimen"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Substance",
      "id": "hep",
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-EntityCode",
            "code": "HEPL"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org",
      "value": "23234352356"
    }
  ],
  "accessionIdentifier": {
    "system": "http://example.org",
    "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",
  "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": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49852007",
          "display": "Structure of median cubital vein (body structure)"
        }
      ],
      "text": "Right median cubital vein"
    }
  },
  "container": [
    {
      "identifier": [
        {
          "value": "48736-15394-75465"
        }
      ],
      "description": "Green Gel tube",
      "type": {
        "text": "Vacutainer"
      },
      "capacity": {
        "value": 10,
        "unit": "mL"
      },
      "specimenQuantity": {
        "value": 6,
        "unit": "mL"
      },
      "additiveReference": {
        "reference": "#hep"
      }
    }
  ],
  "note": [
    {
      "text": "Specimen is grossly lipemic"
    }
  ]
}