FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageservicewell.fhir.se.frenda-wof-connect-flc
Resource TypeStructureMap
IdStructureMap-flc-findappointments.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/servicewell/servicewell.fhir.se.frenda-wof-connect-flc/StructureMap-flc-findappointments.html
URLhttps://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureMap/flc-findappointments
Version0.1.2
Statusdraft
Date2025-11-18
Nameflc-findappointments
TitleFLC FindAppointments
DescriptionStructure Map for transforming FindAppointments to FHIR

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureMap flc-findappointments

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

// Structure Map for transforming FindAppointments to FHIR

uses "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/get-slots" as source
uses "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt" as target

// Frenda To FHIR
group LiquidTransform(source GetAppointmentFindOp : FrendaAPIAppointment) {
  source : Message as msg -> Destination "liquid";
}


Source1

{
  "resourceType": "StructureMap",
  "id": "flc-findappointments",
  "meta": {
    "profile": [
      "http://canonical.fhir.link/flc/base/StructureDefinition/flc-structuremap"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureMap/flc-findappointments",
  "version": "0.1.2",
  "name": "flc-findappointments",
  "title": "FLC FindAppointments",
  "status": "draft",
  "experimental": true,
  "date": "2025-11-18",
  "publisher": "Service Well AB",
  "contact": [
    {
      "name": "Service Well AB",
      "telecom": [
        {
          "system": "url",
          "value": "https://servicewell.se"
        }
      ]
    }
  ],
  "description": "Structure Map for transforming FindAppointments to FHIR",
  "structure": [
    {
      "url": "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/get-slots",
      "mode": "source"
    },
    {
      "url": "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt",
      "mode": "target"
    }
  ],
  "group": [
    {
      "name": "LiquidTransform",
      "typeMode": "none",
      "documentation": "Frenda To FHIR",
      "input": [
        {
          "name": "GetAppointmentFindOp",
          "type": "FrendaAPIAppointment",
          "mode": "source"
        }
      ],
      "rule": [
        {
          "name": "liquid",
          "source": [
            {
              "context": "source",
              "type": "Message",
              "variable": "msg"
            }
          ],
          "target": [
            {
              "extension": [
                {
                  "extension": [
                    {
                      "url": "flcPackage",
                      "valueString": "servicewell.se.fhir.wof-connect-frenda"
                    },
                    {
                      "url": "flcPackageVersion",
                      "valueString": "0.1.1"
                    },
                    {
                      "url": "flcLibrary",
                      "valueCanonical": "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/Library/FLCLiquidTemplates"
                    },
                    {
                      "url": "liquidTemplate",
                      "valueString": "GetAppointmentFindOp.liquid"
                    }
                  ],
                  "url": "http://canonical.fhir.link/flc/base/StructureDefinition/fhir-liquid-map"
                }
              ],
              "context": "Destination",
              "contextType": "variable",
              "parameter": [
                {
                  "valueString": "liquid"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}