0.2.3 - ci-build

servicewellfhirflc, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.flc/ and changes regularly. See the Directory of published versions

StructureMap: FLC Patient to FHIR (Experimental)

Official URL: http://puri.fhir.link/flc/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://puri.fhir.link/flc/StructureMap/flc-patient-to-fhir" = "flc-patient-to-fhir"

// Example Structure Map

uses "http://puri.fhir.link/flc/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";
}