{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-06-21T12:05:42.014+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "https://purl.org/elab/fhir/StructureDefinition/Custodian-crew-version1",
  "name": "Custodian",
  "status": "active",
  "date": "2017-08-30T10:24:43.9370607Z",
  "description": "This contains the data custodian, for example those able to approve and enact import/export data, and approval of data access requests. This is used by the Data Export Interface; the custodians resolve to elab usernames.",
  "fhirVersion": "3.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.extension",
        "path": "Organization.extension"
      },
      {
        "id": "Organization.extension:custodianRole",
        "path": "Organization.extension",
        "sliceName": "custodianRole",
        "short": "Additional Content defined by implementations",
        "type": [
          {
            "code": "Extension",
            "profile": "https://purl.org/elab/fhir/StructureDefinition/CustodianRole-crew-version1"
          }
        ]
      },
      {
        "id": "Organization.extension:elabusername",
        "path": "Organization.extension",
        "sliceName": "elabusername",
        "short": "Optional Extensions Element",
        "definition": "The custodian's elab username",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "https://purl.org/elab/fhir/StructureDefinition/elabusername-crew-version1"
          }
        ]
      }
    ]
  }
}