Canonical Resource Management Infrastructure Implementation Guide
1.0.0-ballot - Ballot International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Naming Conventions

This section provides guidance on naming conventions for canonical artifacts.

Definitional content

The versions of all artifacts are consistend across the package.

When definition the url fo the artifact, use the package’s canonical base and the name of the artifact (computable representation), a common pattern is:

{package-canonical-base}/{resource.resourceType}/{resource.name}

Operation definitions

Operation definition names (OperationDefinition.code property) should be constructed using a namespace from the last segment of the package id and the operation signifier e.g.:

Given the packageId of hl7.fhir.uv.crmi, the namespace for operation is crmi:

crmi.data-requirements
crmi.apply