{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/resource-related",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "resource-related",
  "name": "resource-related",
  "title": "Related Resource",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Indicates a link between related resources",
  "purpose": "This extension allows resources that are related to be linked together",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": 1
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/resource-related"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Indicates a link between related resources",
        "definition": "Set the ID of the resource to link to this resource",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}