FHIR IG analytics| Package | flc.fhir.base |
| Resource Type | StructureMap |
| Id | StructureMap-flc-patient-to-fhir.json |
| FHIR Version | R4 |
| Source | http://canonical.fhir.link/flc/base/0.2.4/StructureMap-flc-patient-to-fhir.html |
| URL | http://canonical.fhir.link/flc/base/StructureMap/flc-patient-to-fhir |
| Version | 0.2.4 |
| Status | draft |
| Date | 2025-10-02 |
| Name | flc-patient-to-fhir |
| Title | FLC Patient to FHIR |
| Description | Example Structure Map |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap flc-patient-to-fhir
Profile: FLCStructureMap
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"; }
{
"resourceType": "StructureMap",
"id": "flc-patient-to-fhir",
"meta": {
"profile": [
"http://canonical.fhir.link/flc/base/StructureDefinition/flc-structuremap"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://canonical.fhir.link/flc/base/StructureMap/flc-patient-to-fhir",
"version": "0.2.4",
"name": "flc-patient-to-fhir",
"title": "FLC Patient to FHIR",
"status": "draft",
"experimental": true,
"date": "2025-10-02",
"publisher": "Service Well AB",
"contact": [
{
"name": "Service Well AB",
"telecom": [
{
"system": "url",
"value": "https://servicewell.se"
}
]
}
],
"description": "Example Structure Map",
"structure": [
{
"url": "http://canonical.fhir.link/flc/base/StructureDefinition/flc-source-patient",
"mode": "source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/Patient",
"mode": "target"
}
],
"group": [
{
"name": "Examples",
"typeMode": "none",
"documentation": "test -> testValue",
"input": [
{
"name": "msg",
"type": "FLCSourcePatient",
"mode": "source"
}
],
"rule": [
{
"name": "liquid",
"source": [
{
"context": "source",
"type": "Message",
"variable": "msg"
}
],
"target": [
{
"extension": [
{
"extension": [
{
"url": "flcPackage",
"valueString": "servicewell.fhir.flc"
},
{
"url": "flcPackageVersion",
"valueString": "0.2.3"
},
{
"url": "flcLibrary",
"valueCanonical": "http://canonical.fhir.link/flc/base/StructureDefinition/flc-library|0.2.3"
},
{
"url": "liquidTemplate",
"valueString": "ExamplePatient.liquid"
}
],
"url": "http://canonical.fhir.link/flc/base/StructureDefinition/fhir-liquid-map"
}
],
"context": "Destination",
"contextType": "variable",
"parameter": [
{
"valueString": "liquid"
}
]
}
]
}
]
}
]
}