{
  "resourceType": "StructureDefinition",
  "id": "Ro-List",
  "meta": {
    "lastUpdated": "2017-11-21T23:54:32.29+00:00"
  },
  "url": "https://simplifier.net/SAM-TST/Ro-List",
  "name": "Ro-List",
  "status": "draft",
  "date": "2017-11-17T11:47:57.065+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.subject",
        "path": "List.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://simplifier.net/SAM-TST/Ro-Patient"
          }
        ]
      },
      {
        "id": "List.source",
        "path": "List.source",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://simplifier.net/SAM-TST/Ro-Organization"
          }
        ]
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://simplifier.net/SAM-TST/Ro-Specimen"
          }
        ]
      }
    ]
  }
}