PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions@5.1.0-snapshot1
    http://hl7.org/fhir/StructureMap/OrganizationAffiliation4to5
{
  "description": "FMLConversionforOrganizationAffiliationR4toR5",
  "_filename": "StructureMap-OrganizationAffiliation4to5.json",
  "package_name": "hl7.fhir.uv.extensions",
  "date": "2024-03-12T13:30:10+11:00",
  "group": [ {
    "name": "OrganizationAffiliation",
    "rule": [ {
      "name": "identifier",
      "source": [ {
        "context": "src",
        "element": "identifier",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "identifier",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "active",
      "source": [ {
        "context": "src",
        "element": "active",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "active",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "period",
      "source": [ {
        "context": "src",
        "element": "period",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "period",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "organization",
      "source": [ {
        "context": "src",
        "element": "organization",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "organization",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "participatingOrganization",
      "source": [ {
        "context": "src",
        "element": "participatingOrganization",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "participatingOrganization",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "network",
      "source": [ {
        "context": "src",
        "element": "network",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "network",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "code",
      "source": [ {
        "context": "src",
        "element": "code",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "code",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "specialty",
      "source": [ {
        "context": "src",
        "element": "specialty",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "specialty",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "location",
      "source": [ {
        "context": "src",
        "element": "location",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "location",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "healthcareService",
      "source": [ {
        "context": "src",
        "element": "healthcareService",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "healthcareService",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    }, {
      "name": "telecomContactPoint",
      "source": [ {
        "type": "ContactPoint",
        "context": "src",
        "element": "telecom",
        "variable": "s"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "contact",
        "variable": "t",
        "parameter": [ {
          "valueString": "ExtendedContactDetail"
        } ],
        "transform": "create"
      }, {
        "context": "t",
        "element": "telecom",
        "parameter": [ {
          "valueId": "s"
        } ],
        "transform": "copy"
      } ],
      "documentation": "src.telecom as s -> tgt.contact as t, t.telecom = s \"contact\";"
    }, {
      "name": "endpoint",
      "source": [ {
        "context": "src",
        "element": "endpoint",
        "variable": "vvv"
      } ],
      "target": [ {
        "context": "tgt",
        "element": "endpoint",
        "variable": "vvv",
        "transform": "create"
      } ],
      "dependent": [ {
        "name": "DefaultMappingGroupAnonymousAlias",
        "parameter": [ {
          "valueId": "vvv"
        }, {
          "valueId": "vvv"
        } ]
      } ]
    } ],
    "input": [ {
      "mode": "source",
      "name": "src",
      "type": "OrganizationAffiliationR4"
    }, {
      "mode": "target",
      "name": "tgt",
      "type": "OrganizationAffiliationR5"
    } ],
    "extends": "DomainResource",
    "typeMode": "type-and-types"
  } ],
  "publisher": "HL7 International / FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "OrganizationAffiliation4to5",
  "type": null,
  "experimental": null,
  "resourceType": "StructureMap",
  "title": "FML Conversion for OrganizationAffiliation: R4 to R5",
  "package_version": "5.1.0-snapshot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1,
    "_valueInteger": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
      } ]
    }
  }, {
    "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/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
      } ]
    }
  } ],
  "structure": [ {
    "url": "http://hl7.org/fhir/4.0/StructureDefinition/OrganizationAffiliation",
    "mode": "source",
    "alias": "OrganizationAffiliationR4"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation",
    "mode": "target",
    "alias": "OrganizationAffiliationR5"
  } ],
  "status": "active",
  "id": "450a14c6-62cd-4824-a1de-a83032cb0f67",
  "kind": null,
  "url": "http://hl7.org/fhir/StructureMap/OrganizationAffiliation4to5",
  "version": "5.1.0-snapshot1",
  "import": [ "http://hl7.org/fhir/StructureMap/*4to5" ],
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}