Class SpecimenCollection
Details concerning the specimen collection.
Implements
Inherited Members
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 |
_Comment
Extension container element for Comment
Declaration
public List<Element> _Comment { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
---|---|
Codeable |
CollectedDateTime
Time when specimen was collected from subject - the physiologically relevant time.
Declaration
public string CollectedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
CollectedPeriod
Time when specimen was collected from subject - the physiologically relevant time.
Declaration
public Period CollectedPeriod { get; set; }
Property Value
Type | Description |
---|---|
Period |
Collector
Person who collected the specimen.
Declaration
public Reference Collector { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Comment
To communicate any details or issues encountered during the specimen collection procedure.
Declaration
public List<string> Comment { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Method
A coded value specifying the technique that is used to perform the procedure.
Declaration
public CodeableConcept Method { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
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 SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |