Frenda Wof-Connect FLC
0.1.2 - ci-build [WIP]

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

StructureMap: FLC Patient Details (Experimental)

Official URL: https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureMap/flc-patientdetails Version: 0.1.2
Draft as of 2025-12-05 Computable Name: flc-patientdetails

StructureMap for transforming PatientDetailsResponse from /api/patient/details to WofConnectPatient.

map "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureMap/flc-patientdetails" = "flc-patientdetails"

// StructureMap for transforming PatientDetailsResponse from /api/patient/details to WofConnectPatient.

uses "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/get-patient" as source
uses "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-patient" as target

// Frenda PatientDetailsResponse to WofConnectPatient
group LiquidTransform(source GetPatientDetails : FrendaAPIPatientDetails) {
  source : Message as msg -> Destination "liquid";
}