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

FHIR IG analytics

Packagesmart.who.int.icvp
Resource TypeStructureMap
IdStructureMap-ICVPClaimtoIPS.json
FHIR VersionR4
Sourcehttp://smart.who.int/icvp/0.2.0/StructureMap-ICVPClaimtoIPS.html
URLhttp://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS
Version0.2.0
Statusdraft
Date2025-10-08T14:32:12+00:00
NameICVPClaimtoIPS
Authoritywho

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 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";
}


Source1

{
  "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"
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}