{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/resource-recorded-date",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "resource-recorded-date",
  "name": "resource-recorded-date",
  "title": "Recorded Date",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Allows the recorded date to be specified for a resource",
  "purpose": "Some resources do not provide a recorded date field. This extension can be used to add the recorded date to those resources",
  "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-recorded-date"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Allows the recorded date to be specified for a resource",
        "definition": "Set the onset of a reaction",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}