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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeStructureMap
IdStructureMap-PlanNetToNdhOrganizationSM.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-us-ndh/StructureMap-PlanNetToNdhOrganizationSM.html
URLhttp://hl7.org/fhir/us/ndh/StructureMap/PlanNetToNdhOrganizationSM
Version2.0.0-current
Statusactive
Date2026-08-03T21:11:28+00:00
NamePlanNetToNdhOrganizationSM
TitlePlan-Net Organization to NDH Organization StructureMap
Realmus
Authorityhl7
DescriptionThis StructureMap defines the mapping from Plan-Net Organization to NDH Organization.

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 PlanNetToNdhOrganizationSM

map "http://hl7.org/fhir/us/ndh/StructureMap/PlanNetToNdhOrganizationSM" = "PlanNetToNdhOrganizationSM"

// This StructureMap defines the mapping from Plan-Net Organization to NDH Organization.

uses "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization" alias OrganizationPN as source
uses "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization" alias OrganizationNDH as target

group PlanNetToNdhOrganization(source src : OrganizationPN, target tgt : OrganizationNDH) {
  src.extension as vDroppedOrgDescription where (url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/org-description') "dropPlanNetOrganizationDescription"; // intentionally not mapped as there is no equivalent NDH element.
  src.language as vLanguage -> tgt.language = vLanguage;
  src.text as vText -> tgt.text = vText;
  src.extension as vExtension where (url != 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/org-description') -> tgt.extension = vExtension;
  src.identifier as vIdentifier -> tgt.identifier = vIdentifier;
  src.active as vActive -> tgt.active = true;
  src.type as vTypeSrc -> tgt.type as vTypeTgt then {
    vTypeSrc.text as vTypeText -> vTypeTgt.text = vTypeText "copyTypeText";
    vTypeSrc.coding as vTypeCodingSrc where (system = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS') -> vTypeTgt.coding = translate(vTypeCodingSrc, 'http://hl7.org/fhir/us/ndh/ConceptMap/plannet-to-ndh-org-type', 'Coding') "translateTypeCoding";
    vTypeSrc.coding as vTypeOtherCodingSrc where (system != 'http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS') -> vTypeTgt.coding = vTypeOtherCodingSrc "copyTypeOtherCoding";
  } "copyType";
  src.name as vName -> tgt.name = vName;
  src.alias as vAlias -> tgt.alias = vAlias;
  src.telecom as vTelecomSrc -> tgt.telecom as vTelecomTgt then {
    vTelecomSrc.system as vTelecomSystem -> vTelecomTgt.system = vTelecomSystem "copyTelecomSystem";
    vTelecomSrc.value as vTelecomValue -> vTelecomTgt.value = vTelecomValue "copyTelecomValue";
    vTelecomSrc.use as vTelecomUse -> vTelecomTgt.use = vTelecomUse "copyTelecomUse";
    vTelecomSrc.rank as vTelecomRank -> vTelecomTgt.rank = vTelecomRank "copyTelecomRank";
    vTelecomSrc.period as vTelecomPeriod -> vTelecomTgt.period = vTelecomPeriod "copyTelecomPeriod";
    vTelecomSrc.extension as vDroppedContactpointAvailabletimeSrc where (url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/contactpoint-availabletime') "dropPlanNetContactpointAvailabletime"; // intentionally not mapped because ContactPointAvailableTime was removed from NDH.
    vTelecomSrc.extension as vDroppedViaIntermediarySrc where (url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary') "dropPlanNetViaIntermediary"; // intentionally not mapped because ViaIntermediary was removed from NDH.
  } "copyTelecom";
  src.address as vAddress -> tgt.address = vAddress;
  src.partOf as vPartOf -> tgt.partOf = vPartOf;
  src.contact as vContactSrc -> tgt.contact as vContactTgt then {
    vContactSrc.name as vContactName -> vContactTgt.name = vContactName "copyContactName";
    vContactSrc.telecom as vContactTelecomSrc -> vContactTgt.telecom as vContactTelecomTgt then {
      vContactTelecomSrc.system as vContactTelecomSystem -> vContactTelecomTgt.system = vContactTelecomSystem "copyContactTelecomSystem";
      vContactTelecomSrc.value as vContactTelecomValue -> vContactTelecomTgt.value = vContactTelecomValue "copyContactTelecomValue";
      vContactTelecomSrc.use as vContactTelecomUse -> vContactTelecomTgt.use = vContactTelecomUse "copyContactTelecomUse";
      vContactTelecomSrc.rank as vContactTelecomRank -> vContactTelecomTgt.rank = vContactTelecomRank "copyContactTelecomRank";
      vContactTelecomSrc.period as vContactTelecomPeriod -> vContactTelecomTgt.period = vContactTelecomPeriod "copyContactTelecomPeriod";
      vContactTelecomSrc.extension as vDroppedContactpointAvailabletimeSrc where (url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/contactpoint-availabletime') "dropPlanNetContactpointAvailabletimeInContact"; // intentionally not mapped because ContactPointAvailableTime was removed from NDH.
      vContactTelecomSrc.extension as vDroppedViaIntermediarySrc where (url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary') "dropPlanNetViaIntermediaryInContact"; // intentionally not mapped because ViaIntermediary was removed from NDH.
    } "copyContactTelecom";
  } "copyContact";
  src.endpoint as vEndpoint -> tgt.endpoint = vEndpoint;
  src.meta as vMetaSrc -> tgt.meta as vMetaTgt then {
    vMetaSrc.lastUpdated as vLastUpdated -> vMetaTgt.lastUpdated = vLastUpdated "copyMetaLastUpdated";
    vMetaSrc as vMetaProfileSrc -> vMetaTgt.profile = 'http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization' "setTargetProfile";
  } "copyMeta";
}


Source1

{
  "resourceType": "StructureMap",
  "id": "PlanNetToNdhOrganizationSM",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/ndh/ImplementationGuide/hl7.fhir.us.ndh"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/ndh/ImplementationGuide/hl7.fhir.us.ndh"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/ndh/StructureMap/PlanNetToNdhOrganizationSM",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.43.43.7"
    }
  ],
  "version": "2.0.0-current",
  "name": "PlanNetToNdhOrganizationSM",
  "title": "Plan-Net Organization to NDH Organization StructureMap",
  "status": "active",
  "date": "2026-08-03T21:11:28+00:00",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "name": "HL7 International / Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "This StructureMap defines the mapping from Plan-Net Organization to NDH Organization.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "structure": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization",
      "mode": "source",
      "alias": "OrganizationPN"
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization",
      "mode": "target",
      "alias": "OrganizationNDH"
    }
  ],
  "group": [
    {
      "name": "PlanNetToNdhOrganization",
      "typeMode": "none",
      "input": [
        {
          "name": "src",
          "type": "OrganizationPN",
          "mode": "source"
        },
        {
          "name": "tgt",
          "type": "OrganizationNDH",
          "mode": "target"
        }
      ],
      "rule": [
        {
          "name": "dropPlanNetOrganizationDescription",
          "source": [
            {
              "context": "src",
              "element": "extension",
              "variable": "vDroppedOrgDescription",
              "condition": "url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/org-description'"
            }
          ]
        },
        {
          "name": "language",
          "source": [
            {
              "context": "src",
              "element": "language",
              "variable": "vLanguage"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "language",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vLanguage"
                }
              ]
            }
          ]
        },
        {
          "name": "text",
          "source": [
            {
              "context": "src",
              "element": "text",
              "variable": "vText"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "text",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vText"
                }
              ]
            }
          ]
        },
        {
          "name": "extension",
          "source": [
            {
              "context": "src",
              "element": "extension",
              "variable": "vExtension",
              "condition": "url != 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/org-description'"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "extension",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vExtension"
                }
              ]
            }
          ]
        },
        {
          "name": "identifier",
          "source": [
            {
              "context": "src",
              "element": "identifier",
              "variable": "vIdentifier"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "identifier",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vIdentifier"
                }
              ]
            }
          ]
        },
        {
          "name": "active",
          "source": [
            {
              "context": "src",
              "element": "active",
              "variable": "vActive"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "active",
              "transform": "copy",
              "parameter": [
                {
                  "valueBoolean": true
                }
              ]
            }
          ]
        },
        {
          "name": "copyType",
          "source": [
            {
              "context": "src",
              "element": "type",
              "variable": "vTypeSrc"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "type",
              "variable": "vTypeTgt"
            }
          ],
          "rule": [
            {
              "name": "copyTypeText",
              "source": [
                {
                  "context": "vTypeSrc",
                  "element": "text",
                  "variable": "vTypeText"
                }
              ],
              "target": [
                {
                  "context": "vTypeTgt",
                  "contextType": "variable",
                  "element": "text",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vTypeText"
                    }
                  ]
                }
              ]
            },
            {
              "name": "translateTypeCoding",
              "source": [
                {
                  "context": "vTypeSrc",
                  "element": "coding",
                  "variable": "vTypeCodingSrc",
                  "condition": "system = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS'"
                }
              ],
              "target": [
                {
                  "context": "vTypeTgt",
                  "contextType": "variable",
                  "element": "coding",
                  "transform": "translate",
                  "parameter": [
                    {
                      "valueId": "vTypeCodingSrc"
                    },
                    {
                      "valueString": "http://hl7.org/fhir/us/ndh/ConceptMap/plannet-to-ndh-org-type"
                    },
                    {
                      "valueString": "Coding"
                    }
                  ]
                }
              ]
            },
            {
              "name": "copyTypeOtherCoding",
              "source": [
                {
                  "context": "vTypeSrc",
                  "element": "coding",
                  "variable": "vTypeOtherCodingSrc",
                  "condition": "system != 'http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS'"
                }
              ],
              "target": [
                {
                  "context": "vTypeTgt",
                  "contextType": "variable",
                  "element": "coding",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vTypeOtherCodingSrc"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "name": "name",
          "source": [
            {
              "context": "src",
              "element": "name",
              "variable": "vName"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "name",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vName"
                }
              ]
            }
          ]
        },
        {
          "name": "alias",
          "source": [
            {
              "context": "src",
              "element": "alias",
              "variable": "vAlias"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "alias",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vAlias"
                }
              ]
            }
          ]
        },
        {
          "name": "copyTelecom",
          "source": [
            {
              "context": "src",
              "element": "telecom",
              "variable": "vTelecomSrc"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "telecom",
              "variable": "vTelecomTgt"
            }
          ],
          "rule": [
            {
              "name": "copyTelecomSystem",
              "source": [
                {
                  "context": "vTelecomSrc",
                  "element": "system",
                  "variable": "vTelecomSystem"
                }
              ],
              "target": [
                {
                  "context": "vTelecomTgt",
                  "contextType": "variable",
                  "element": "system",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vTelecomSystem"
                    }
                  ]
                }
              ]
            },
            {
              "name": "copyTelecomValue",
              "source": [
                {
                  "context": "vTelecomSrc",
                  "element": "value",
                  "variable": "vTelecomValue"
                }
              ],
              "target": [
                {
                  "context": "vTelecomTgt",
                  "contextType": "variable",
                  "element": "value",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vTelecomValue"
                    }
                  ]
                }
              ]
            },
            {
              "name": "copyTelecomUse",
              "source": [
                {
                  "context": "vTelecomSrc",
                  "element": "use",
                  "variable": "vTelecomUse"
                }
              ],
              "target": [
                {
                  "context": "vTelecomTgt",
                  "contextType": "variable",
                  "element": "use",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vTelecomUse"
                    }
                  ]
                }
              ]
            },
            {
              "name": "copyTelecomRank",
              "source": [
                {
                  "context": "vTelecomSrc",
                  "element": "rank",
                  "variable": "vTelecomRank"
                }
              ],
              "target": [
                {
                  "context": "vTelecomTgt",
                  "contextType": "variable",
                  "element": "rank",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vTelecomRank"
                    }
                  ]
                }
              ]
            },
            {
              "name": "copyTelecomPeriod",
              "source": [
                {
                  "context": "vTelecomSrc",
                  "element": "period",
                  "variable": "vTelecomPeriod"
                }
              ],
              "target": [
                {
                  "context": "vTelecomTgt",
                  "contextType": "variable",
                  "element": "period",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vTelecomPeriod"
                    }
                  ]
                }
              ]
            },
            {
              "name": "dropPlanNetContactpointAvailabletime",
              "source": [
                {
                  "context": "vTelecomSrc",
                  "element": "extension",
                  "variable": "vDroppedContactpointAvailabletimeSrc",
                  "condition": "url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/contactpoint-availabletime'"
                }
              ]
            },
            {
              "name": "dropPlanNetViaIntermediary",
              "source": [
                {
                  "context": "vTelecomSrc",
                  "element": "extension",
                  "variable": "vDroppedViaIntermediarySrc",
                  "condition": "url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary'"
                }
              ]
            }
          ]
        },
        {
          "name": "address",
          "source": [
            {
              "context": "src",
              "element": "address",
              "variable": "vAddress"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "address",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vAddress"
                }
              ]
            }
          ]
        },
        {
          "name": "partOf",
          "source": [
            {
              "context": "src",
              "element": "partOf",
              "variable": "vPartOf"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "partOf",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vPartOf"
                }
              ]
            }
          ]
        },
        {
          "name": "copyContact",
          "source": [
            {
              "context": "src",
              "element": "contact",
              "variable": "vContactSrc"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "contact",
              "variable": "vContactTgt"
            }
          ],
          "rule": [
            {
              "name": "copyContactName",
              "source": [
                {
                  "context": "vContactSrc",
                  "element": "name",
                  "variable": "vContactName"
                }
              ],
              "target": [
                {
                  "context": "vContactTgt",
                  "contextType": "variable",
                  "element": "name",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vContactName"
                    }
                  ]
                }
              ]
            },
            {
              "name": "copyContactTelecom",
              "source": [
                {
                  "context": "vContactSrc",
                  "element": "telecom",
                  "variable": "vContactTelecomSrc"
                }
              ],
              "target": [
                {
                  "context": "vContactTgt",
                  "contextType": "variable",
                  "element": "telecom",
                  "variable": "vContactTelecomTgt"
                }
              ],
              "rule": [
                {
                  "name": "copyContactTelecomSystem",
                  "source": [
                    {
                      "context": "vContactTelecomSrc",
                      "element": "system",
                      "variable": "vContactTelecomSystem"
                    }
                  ],
                  "target": [
                    {
                      "context": "vContactTelecomTgt",
                      "contextType": "variable",
                      "element": "system",
                      "transform": "copy",
                      "parameter": [
                        {
                          "valueId": "vContactTelecomSystem"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "copyContactTelecomValue",
                  "source": [
                    {
                      "context": "vContactTelecomSrc",
                      "element": "value",
                      "variable": "vContactTelecomValue"
                    }
                  ],
                  "target": [
                    {
                      "context": "vContactTelecomTgt",
                      "contextType": "variable",
                      "element": "value",
                      "transform": "copy",
                      "parameter": [
                        {
                          "valueId": "vContactTelecomValue"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "copyContactTelecomUse",
                  "source": [
                    {
                      "context": "vContactTelecomSrc",
                      "element": "use",
                      "variable": "vContactTelecomUse"
                    }
                  ],
                  "target": [
                    {
                      "context": "vContactTelecomTgt",
                      "contextType": "variable",
                      "element": "use",
                      "transform": "copy",
                      "parameter": [
                        {
                          "valueId": "vContactTelecomUse"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "copyContactTelecomRank",
                  "source": [
                    {
                      "context": "vContactTelecomSrc",
                      "element": "rank",
                      "variable": "vContactTelecomRank"
                    }
                  ],
                  "target": [
                    {
                      "context": "vContactTelecomTgt",
                      "contextType": "variable",
                      "element": "rank",
                      "transform": "copy",
                      "parameter": [
                        {
                          "valueId": "vContactTelecomRank"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "copyContactTelecomPeriod",
                  "source": [
                    {
                      "context": "vContactTelecomSrc",
                      "element": "period",
                      "variable": "vContactTelecomPeriod"
                    }
                  ],
                  "target": [
                    {
                      "context": "vContactTelecomTgt",
                      "contextType": "variable",
                      "element": "period",
                      "transform": "copy",
                      "parameter": [
                        {
                          "valueId": "vContactTelecomPeriod"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "dropPlanNetContactpointAvailabletimeInContact",
                  "source": [
                    {
                      "context": "vContactTelecomSrc",
                      "element": "extension",
                      "variable": "vDroppedContactpointAvailabletimeSrc",
                      "condition": "url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/contactpoint-availabletime'"
                    }
                  ]
                },
                {
                  "name": "dropPlanNetViaIntermediaryInContact",
                  "source": [
                    {
                      "context": "vContactTelecomSrc",
                      "element": "extension",
                      "variable": "vDroppedViaIntermediarySrc",
                      "condition": "url = 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary'"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "name": "endpoint",
          "source": [
            {
              "context": "src",
              "element": "endpoint",
              "variable": "vEndpoint"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "endpoint",
              "transform": "copy",
              "parameter": [
                {
                  "valueId": "vEndpoint"
                }
              ]
            }
          ]
        },
        {
          "name": "copyMeta",
          "source": [
            {
              "context": "src",
              "element": "meta",
              "variable": "vMetaSrc"
            }
          ],
          "target": [
            {
              "context": "tgt",
              "contextType": "variable",
              "element": "meta",
              "variable": "vMetaTgt"
            }
          ],
          "rule": [
            {
              "name": "copyMetaLastUpdated",
              "source": [
                {
                  "context": "vMetaSrc",
                  "element": "lastUpdated",
                  "variable": "vLastUpdated"
                }
              ],
              "target": [
                {
                  "context": "vMetaTgt",
                  "contextType": "variable",
                  "element": "lastUpdated",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueId": "vLastUpdated"
                    }
                  ]
                }
              ]
            },
            {
              "name": "setTargetProfile",
              "source": [
                {
                  "context": "vMetaSrc",
                  "variable": "vMetaProfileSrc"
                }
              ],
              "target": [
                {
                  "context": "vMetaTgt",
                  "contextType": "variable",
                  "element": "profile",
                  "transform": "copy",
                  "parameter": [
                    {
                      "valueString": "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}