Class Specimen
A sample to be used for analysis.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Specimen : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_ReceivedTime
Extension container element for ReceivedTime
Declaration
public Element _ReceivedTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
AccessionIdentifier
The identifier assigned by the lab when accessioning specimen(s). This is not necessarily the same as the specimen identifier, depending on local lab procedures.
Declaration
public Identifier AccessionIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Identifier |
Collection
Details concerning the specimen collection.
Declaration
public SpecimenCollection Collection { get; set; }
Property Value
| Type | Description |
|---|---|
| SpecimenCollection |
Container
The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.
Declaration
public List<SpecimenContainer> Container { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<SpecimenContainer> |
Identifier
Id for specimen.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<Identifier> |
Parent
Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen.
Declaration
public List<Reference> Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<Reference> |
ReceivedTime
Time when specimen was received for processing or testing.
Declaration
public string ReceivedTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceStatus
The availability of the specimen.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Subject
Must know the subject context.
Declaration
public Reference Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| Reference |
Treatment
Details concerning treatment and processing steps for the specimen.
Declaration
public List<SpecimenTreatment> Treatment { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<SpecimenTreatment> |
Type
The kind of material that forms the specimen.
Declaration
public CodeableConcept Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeableConcept |
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 |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | 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 |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options | |
| System.String | 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 |
|---|---|---|
| Utf8JsonWriter | writer | |
| JsonSerializerOptions | options | |
| System.Boolean | includeStartObject |