Show / Hide Table of Contents

Class Specimen

A sample to be used for analysis.

Inheritance
System.Object
Resource
DomainResource
Specimen
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
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
| Improve this Doc View Source

_Status

Extension container element for Status

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

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
| Improve this Doc View Source

Collection

Details concerning the specimen collection.

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

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>
| Improve this Doc View Source

Identifier

Id for specimen.

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

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>
| Improve this Doc View Source

ReceivedTime

Time when specimen was received for processing or testing.

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

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

Status

The availability of the specimen.

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

Subject

Must know the subject context.

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

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>
| Improve this Doc View Source

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 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