FHIR IG analytics| Package | servicewell.fhir.se.frenda-wof-connect-flc |
| Resource Type | StructureMap |
| Id | StructureMap-flc-patientdetails.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/servicewell/servicewell.fhir.se.frenda-wof-connect-flc/StructureMap-flc-patientdetails.html |
| URL | https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureMap/flc-patientdetails |
| Version | 0.1.2 |
| Status | draft |
| Date | 2025-12-05 |
| Name | flc-patientdetails |
| Title | FLC Patient Details |
| Description | StructureMap for transforming PatientDetailsResponse from /api/patient/details to WofConnectPatient. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap flc-patientdetails
Profile: FLCStructureMap
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"; }
{
"resourceType": "StructureMap",
"id": "flc-patientdetails",
"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-patientdetails",
"version": "0.1.2",
"name": "flc-patientdetails",
"title": "FLC Patient Details",
"status": "draft",
"experimental": true,
"date": "2025-12-05",
"publisher": "Service Well AB",
"contact": [
{
"name": "Service Well AB",
"telecom": [
{
"system": "url",
"value": "https://servicewell.se"
}
]
}
],
"description": "StructureMap for transforming PatientDetailsResponse from /api/patient/details to WofConnectPatient.",
"structure": [
{
"url": "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/get-patient",
"mode": "source"
},
{
"url": "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-patient",
"mode": "target"
}
],
"group": [
{
"name": "LiquidTransform",
"typeMode": "none",
"documentation": "Frenda PatientDetailsResponse to WofConnectPatient",
"input": [
{
"name": "GetPatientDetails",
"type": "FrendaAPIPatientDetails",
"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": "GetPatientDetails.liquid"
}
],
"url": "http://canonical.fhir.link/flc/base/StructureDefinition/fhir-liquid-map"
}
],
"context": "Destination",
"contextType": "variable",
"parameter": [
{
"valueString": "liquid"
}
]
}
]
}
]
}
]
}