UNPKG

@ahryman40k/ts-fhir-types

Version:

Typescript / Javascript object model for FHIR standard Model follows FHIR R4 specifications.

7 lines (6 loc) 182 B
import { Type } from 'io-ts'; export declare class RTTI_uriType extends Type<string> { private static regexExp; constructor(); } export declare const RTTI_uri: RTTI_uriType;