Function createContextEntry
- createContextEntry<Extension, Base>(__namedParameters): Record<string, any>
Parameters
- __namedParameters: {
fields: {
[key in string | number | symbol]-?: "schema" | "bloomSchema" | "fhir"
};
type: Extension["@type"];
typeIdBase: "schema" | "bloomSchema" | "fhir";
vocab?: "schema" | "bloomSchema" | "fhir";
}fields: {
[key in string | number | symbol]-?: "schema" | "bloomSchema" | "fhir"
}
typeIdBase: "schema" | "bloomSchema" | "fhir"
Optional
vocab?: "schema" | "bloomSchema" | "fhir"
Returns Record<string, any>