{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-06-13T12:03:00.428+00:00"
  },
  "url": "https://purl.org/elab/fhir/StructureDefinition/TemporalCoverage",
  "name": "TemporalCoverage",
  "status": "draft",
  "date": "2017-06-13T11:51:27.1929431+00:00",
  "description": "Holds information about the time period covered by the sweep",
  "fhirVersion": "3.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Period",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Period",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "path": "Period.start",
        "sliceName": "startDate",
        "definition": "This can be a year, a month and year or a full date",
        "min": 1,
        "max": "1"
      },
      {
        "path": "Period.end",
        "sliceName": "endDate",
        "definition": "This can be a year, a month and year or a full date and can be in a different format to start date",
        "min": 0,
        "max": "1"
      }
    ]
  }
}