Class DataElement
The formal description of a single piece of information that can be gathered and reported.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class DataElement : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Copyright
Extension container element for Copyright
Declaration
public Element _Copyright { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Date
Extension container element for Date
Declaration
public Element _Date { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Experimental
Extension container element for Experimental
Declaration
public Element _Experimental { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Name
Extension container element for Name
Declaration
public Element _Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Publisher
Extension container element for Publisher
Declaration
public Element _Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Stringency
Extension container element for Stringency
Declaration
public Element _Stringency { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Url
Extension container element for Url
Declaration
public Element _Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Version
Extension container element for Version
Declaration
public Element _Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
Contact
Contacts to assist a user in finding and communicating with the publisher.
Declaration
public List<DataElementContact> Contact { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<DataElementContact> |
Copyright
A copyright statement relating to the definition of the data element. Copyright statements are generally legal restrictions on the use and publishing of the details of the definition of the data element.
Declaration
public string Copyright { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Date
The date this version of the data element was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the data element changes.
Declaration
public string Date { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Element
Declaration
public List<ElementDefinition> Element { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<ElementDefinition> |
Experimental
A flag to indicate that this search data element definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
Declaration
public bool? Experimental { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Identifier
Formal identifier that is used to identify this data element when it is represented in other formats, or referenced in a specification, model, design or an instance.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<Identifier> |
Mapping
Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with.
Declaration
public List<DataElementMapping> Mapping { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<DataElementMapping> |
Name
The term used by humans to refer to the data element. Should ideally be unique within the context in which the data element is expected to be used.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Publisher
Helps establish the "authority/credibility" of the data element. May also allow for contact.
Declaration
public string Publisher { 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
Allows filtering of data elements that are appropriate for use.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Stringency
Allows determining the degree of comparability of data element instances. Less granular data elements result in data that is less comparable (or at least requires more work to compare).
Declaration
public string Stringency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
An absolute URL that is used to identify this data element when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this data element is (or will be) published.
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UseContext
The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of data element definitions.
Declaration
public List<CodeableConcept> UseContext { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<CodeableConcept> |
Version
There may be multiple resource versions of the data element that have this same identifier. The resource version id will change for technical reasons, whereas the stated version number needs to be under the author's control.
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |