FHIR R5 Coding data type.
A representation of a defined concept using a symbol from a defined "code system".
https://www.hl7.org/fhir/R5/datatypes.html#Coding
Example
%Coding{
system: "http://loinc.org",
version: "2.76",
code: "58410-2",
display: "CBC panel - Blood by Automated count",
user_selected: false
}
Summary
Functions
Builds the struct from a string-keyed map (e.g., from decoded FHIR JSON).
Builds a new struct from a map or keyword list of field values.
Converts the struct to a string-keyed map for use with FhirEx.JSON.
Types
Functions
Builds the struct from a string-keyed map (e.g., from decoded FHIR JSON).
Builds a new struct from a map or keyword list of field values.
Converts the struct to a string-keyed map for use with FhirEx.JSON.