{
  "resourceType": "StructureDefinition",
  "id": "source-filename",
  "meta": {
    "lastUpdated": "2018-01-11T18:46:59.556+00:00"
  },
  "url": "http://fhir-es.transcendinsights.com/stu3/StructureDefinition/source-filename",
  "name": "source-filename",
  "status": "draft",
  "date": "2017-12-08T19:35:39.481+00:00",
  "description": "Name of the source data file used to construct the resource.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "datatype",
  "context": [
    "Meta"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Optional Extension Element - found in all resources. The intended use is to record the name of the file(s) that were used to construct a given resource."
      },
      {
        "id": "Extension.id",
        "path": "Extension.id",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir-es.transcendinsights.com/stu3/StructureDefinition/source-filename"
      },
      {
        "id": "Extension.value[x]:valueString",
        "path": "Extension.valueString",
        "sliceName": "valueString",
        "definition": "Value of extension: the name of the source file",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "valueString:valueString.id",
        "path": "Extension.valueString.id",
        "max": "0"
      }
    ]
  }
}