FHIR IG analytics| Package | smart.who.int.icvp |
| Resource Type | StructureMap |
| Id | StructureMap-ICVPClaimtoIPS.json |
| FHIR Version | R4 |
| Source | http://smart.who.int/icvp/0.2.0/StructureMap-ICVPClaimtoIPS.html |
| URL | http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS |
| Version | 0.2.0 |
| Status | draft |
| Date | 2025-10-08T14:32:12+00:00 |
| Name | ICVPClaimtoIPS |
| Authority | who |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap ICVPClaimtoIPS
map "http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS" = "ICVPClaimtoIPS" uses "http://smart.who.int/icvp/StructureDefinition/ICVPMin" alias ICVPPayload as source uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias IPS as target uses "http://smart.who.int/icvp/StructureDefinition/ICVP" alias ICVPModel as target uses "http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails" alias ICVPVaccineDetails as target imports "http://smart.who.int/icvp/StructureMap/ICVPLMToIPS" imports "http://smart.who.int/icvp/StructureMap/ICVPClaimtoICVPLM" group ICVPClaimtoIPS(source ICVPClaim : ICVPPayload, target IPS : Bundle) { ICVPClaim -> create('http://smart.who.int/icvp/StructureDefinition/ICVP') as model then { ICVPClaim -> model then ICVPClaimtoICVPLM(ICVPClaim, model) "rule1"; ICVPClaim -> IPS then ICVPLMToIPS(model, IPS) "rule2"; } "rule3"; }
{
"resourceType": "StructureMap",
"id": "ICVPClaimtoIPS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS",
"version": "0.2.0",
"name": "ICVPClaimtoIPS",
"status": "draft",
"date": "2025-10-08T14:32:12+00:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"structure": [
{
"url": "http://smart.who.int/icvp/StructureDefinition/ICVPMin",
"mode": "source",
"alias": "ICVPPayload"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/Bundle",
"mode": "target",
"alias": "IPS"
},
{
"url": "http://smart.who.int/icvp/StructureDefinition/ICVP",
"mode": "target",
"alias": "ICVPModel"
},
{
"url": "http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails",
"mode": "target",
"alias": "ICVPVaccineDetails"
}
],
"import": [
"http://smart.who.int/icvp/StructureMap/ICVPLMToIPS",
"http://smart.who.int/icvp/StructureMap/ICVPClaimtoICVPLM"
],
"group": [
{
"name": "ICVPClaimtoIPS",
"typeMode": "none",
"input": [
{
"name": "ICVPClaim",
"type": "ICVPPayload",
"mode": "source"
},
{
"name": "IPS",
"type": "Bundle",
"mode": "target"
}
],
"rule": [
{
"name": "rule3",
"source": [
{
"context": "ICVPClaim"
}
],
"target": [
{
"contextType": "variable",
"variable": "model",
"transform": "create",
"parameter": [
{
"valueString": "http://smart.who.int/icvp/StructureDefinition/ICVP"
}
]
}
],
"rule": [
{
"name": "rule1",
"source": [
{
"context": "ICVPClaim"
}
],
"target": [
{
"context": "model",
"contextType": "variable"
}
],
"dependent": [
{
"name": "ICVPClaimtoICVPLM",
"variable": [
"ICVPClaim",
"model"
]
}
]
},
{
"name": "rule2",
"source": [
{
"context": "ICVPClaim"
}
],
"target": [
{
"context": "IPS",
"contextType": "variable"
}
],
"dependent": [
{
"name": "ICVPLMToIPS",
"variable": [
"model",
"IPS"
]
}
]
}
]
}
]
}
]
}