FLC Implementation Guide
0.2.3 - ci-build

This page is part of the FLC Implementation Guide (v0.2.3: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.2.4. For a full list of available versions, see the Directory of published versions

StructureMap: FLC Patient to FHIR (Experimental)

Official URL: http://canonical.fhir.link/flc/base/StructureMap/flc-patient-to-fhir Version: 0.2.3
Draft as of 2025-10-02 Computable Name: flc-patient-to-fhir

Example Structure Map

map "http://canonical.fhir.link/flc/base/StructureMap/flc-patient-to-fhir" = "flc-patient-to-fhir"

// Example Structure Map

uses "http://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient" as source
uses "http://hl7.org/fhir/StructureDefinition/Patient" as target

// test -> testValue
group Examples(source msg : FLCSourcePatient) {
  source : Message as msg -> Destination "liquid";
}