FhirNpmPackage

data class FhirNpmPackage(val name: String, val version: String, val canonical: String? = null)

A FHIR NPM Package as defined by the FHIR specification.

See https://hl7.org/fhir/packages.html for the published FHIR NPM Packages specification.

See https://confluence.hl7.org/display/FHIR/NPM+Package+Specification for more info under the management of FHIR Infrastructure.

Constructors

Link copied to clipboard
constructor(name: String, version: String, canonical: String? = null)

Properties

Link copied to clipboard
val canonical: String? = null
Link copied to clipboard
Link copied to clipboard