package
1.1.0
Repository: https://github.com/verily-src/fhirpath-go.git
Documentation: pkg.go.dev

# Functions

Canonical creates a Canonical reference for the given resource type and raw reference.
ExtractAll finds all references contained in a resource.
IdentityFromAbsoluteURL returns a complete Identity (Type and ID always set, VersionID set if applicable) representing the resource at the given absolute URL, which may optionally include a _history component.
IdentityFromRelativeURI returns a complete Identity (Type and ID always set, VersionID set if applicable) representing the resource at the given relative URI, which may optionally include a _history component.
IdentityFromURL returns a complete Identity (Type and ID always set, VersionID set if applicable) representing the resource at the given relative or absolute URL, which may optionally include a _history component.
IdentityOf returns a complete Identity (Type and ID always set, VersionID set if applicable) representing the given reference.
Is compares two references for referencial equality.
LiteralInfoFromURI parses a Reference.reference URI string, where Reference is the FHIR element.
LiteralInfoOf parses the given literal reference.
Logical creates a logical FHIR reference for the given resource type, identifier system, and identifier value.
LogicalReferenceIdentifier creates a logical FHIR reference for a given resource type and Indentifier.
Typed creates a typed, literal FHIR reference for the given resource type and id.
TypedFromIdentity returns a reference to the given identity that is always relative, always strongly typed, and will include a version ID if-and-only-if the given identity does.
TypedFromResource returns a reference to the given resource that is strongly typed and without a version.
Weak creates an weak reference for the given resource type and raw reference.
WeakRelativeVersioned returns a reference to the given resource is is weakly typed, relative (to the FHIR service base URL), and versioned.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

A LiteralInfo is the result of parsing a FHIR Reference when that reference contains a literal reference.