{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-02-10T21:18:15.02+00:00"
  },
  "url": "https://commure.com/fhir/StructureDefinition/transcarent-vendor-organization",
  "name": "Transcarent Vendor Organization",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://commure.com/fhir/ValueSet/transcarent-vendor-type"
        }
      }
    ]
  }
}