Variable DocumentReferenceProfileSchemaConst
DocumentReferenceProfileSchema: ZodUnion<
readonly [
ZodObject<
{
valueCoding: ZodObject<
{
code: ZodOptional<ZodString>;
display: ZodOptional<ZodString>;
system: ZodURL;
userSelected: ZodOptional<ZodBoolean>;
version: ZodOptional<ZodString>;
},
$strip,
>;
},
$strip,
>,
ZodObject<{ valueUri: ZodString }, $strip>,
],
> = ...
Profile element for DocumentReference content Can be either a valueCoding (Coding) or valueUri (string) Based on FHIR R5 content.profile specification