{
  "resourceType": "StructureDefinition",
  "id": "resource-lastReviewDate",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate",
  "name": "lastReviewDate",
  "title": "Last Review Date",
  "status": "draft",
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7",
  "description": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "StructureDefinition",
    "StructureMap",
    "DataElement",
    "CapabilityStatement",
    "OperationDefinition",
    "SearchParameter",
    "CompartmentDefinition",
    "ImplementationGuide",
    "CodeSystem",
    "ValueSet",
    "ConceptMap",
    "ExpansionProfile",
    "NamingSystem"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Last review date for the resource",
        "definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.",
        "comment": "If specified, this is usually after the approval date.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate"
      },
      {
        "id": "Extension.valueDate",
        "path": "Extension.valueDate",
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}