Show / Hide Table of Contents

Class SpecimenCollection

Details concerning the specimen collection.

Inheritance
System.Object
Element
BackboneElement
SpecimenCollection
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class SpecimenCollection : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_CollectedDateTime

Extension container element for CollectedDateTime

Declaration
public Element _CollectedDateTime { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Comment

Extension container element for Comment

Declaration
public List<Element> _Comment { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Element>
| Improve this Doc View Source

BodySite

Anatomical location from which the specimen was collected (if subject is a patient). This is the target site. This element is not used for environmental specimens.

Declaration
public CodeableConcept BodySite { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

CollectedDateTime

Time when specimen was collected from subject - the physiologically relevant time.

Declaration
public string CollectedDateTime { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CollectedPeriod

Time when specimen was collected from subject - the physiologically relevant time.

Declaration
public Period CollectedPeriod { get; set; }
Property Value
Type Description
Period
| Improve this Doc View Source

Collector

Person who collected the specimen.

Declaration
public Reference Collector { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Comment

To communicate any details or issues encountered during the specimen collection procedure.

Declaration
public List<string> Comment { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<System.String>
| Improve this Doc View Source

Method

A coded value specifying the technique that is used to perform the procedure.

Declaration
public CodeableConcept Method { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

Quantity

The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.

Declaration
public Quantity Quantity { get; set; }
Property Value
Type Description
Quantity

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX